Color Hex Logo

#00209d Color Hex

#00209D
(0,32,157)
0 Favorites   0 Comments

Color spaces of #00209d

RGB 032157
HSL0.631.000.31
HSV228°100°62°
CMYK 1.000.800.00   0.38
XYZ6.60233.467332.2196
Yxy3.46730.15610.0820
Hunter Lab18.620730.7042-89.5557
CIE-Lab21.825842.4941-68.0585

#00209d color RGB value is (0,32,157).

#00209d hex color red value is 0, green value is 32 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #00209d hue: 0.63 , saturation: 1.00 and the lightness value of 00209d is 0.31.

The process color (four color CMYK) of #00209d color hex is 1.00, 0.80, 0.00, 0.38. Web safe color of #00209d is #003399. Color #00209d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 10011101
Octal 0 40 235
Decimal 0 32 157
Hex 0 20 9D

RGB Percentages of Color #00209d

%0.00
%16.93
%83.07

CMYK Percentages of Color #00209d

%100
%80
%0
%38

Triadic Colors of #00209d

#00209d #9d0020 #209d00

Analogous Colors of #00209d

#00209d #2e009d #006f9d

Monochromatic Colors of #00209d

#00209d

Complementary Color

#00209d #9d7d00

#00209d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00209d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00209d Color CSS Codes

.mybgcolor {background-color:#00209d; } 
.myforecolor {color:#00209d; }
.mybordercolor {border:3px solid #00209d; }

#00209d Text Font Color

<p style="color:#00209d">Text here</p>

This sample text font color is #00209d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00209d Background Color

<div style="background-color:#00209d">
Div content here</div>

This div background color is #00209d


#00209d Border Color

<div style="border:3px solid #00209d">
Div here</div>

This div border color is #00209d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,32,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00209d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00209d;
  -webkit-box-shadow: 1px 1px 3px 2px #00209d;
  box-shadow:         1px 1px 3px 2px #00209d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,32,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00209d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00209d;
  -webkit-box-shadow: 1px 1px 3px 2px #00209d;
  box-shadow:         1px 1px 3px 2px #00209d;">
Div content here</div>

This div box has shadow with color #00209d


Comments

No comments written yet.

Please login to write comment.