Html Css Color HEX #02009C New Midnight Blue

📋 copy color: '#02009C'

red 2 ◦ green 0 ◦ blue 156

#02009C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #02009C

Tints of New Midnight Blue #02009C

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 98.73%

R = 1.27%
G = 0%
B = 98.73%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02009C (or 0x02009C) is known color: New Midnight Blue. HEX triplet: 02, 00 and 9C. RGB value is (2,0,156). Sum of RGB (Red+Green+Blue) = 2+0+156=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 156 (61.33% from 255 or 98.73% from 158); Max value from RGB is 156 - color contains mainly: blue. Hex color #02009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02009C is #FDFF63. Grayscale: #111111. Windows color (decimal): -16645988 or 10223618. OLE color: 10223618.

HSL color Cylindrical-coordinate representation of color #02009C: hue angle of 240.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02009C is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 0 156 -
CMYK 0.99 1 0 0.39
HSL 240.77º 1% 0.31% -
HSV(B) 240.77º 1% 0.61% -
XYZ 6.03 2.41 31.6 -
YUV 18.38 205.66 116.32 -
System Red Green Blue C M Y K H S L
Decimal 2 0 156 0.99 1 0 0.39 240.77 1 0.31
Hex 2 0 9C 63 64 0 27 F1 64 1F
Octal 2 0 234 143 144 0 47 361 144 37
Binary 10 0 10011100 1100011 1100100 0 100111 11110001 1100100 11111

Color Harmonies of #02009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02009C

Black with #02009C

Text Example


Text Example

White with #02009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02009C; }

 p { color: rgb(2,0,156); }

 H1.HeaderClassName
 {
   color: #02009C;
 }
 .AnyTagClassName
 {
   color: #02009C;
 }
</style>

background-color css

<style>
 a { background-color: #02009C; }

 a { background-color: rgb(2,0,156); }

 div.DivClassName
 {
   background-color: #02009C;
 }
 .BgClassName
 {
   background-color: #02009C;
 }
</style>

border-color css

<style>
 span { border-color: #02009C; }

 span { border-color: rgb(2,0,156); }

 td.TdClassName
 {
   border-color: #02009C;
 }
 .TagClassName
 {
   border-color: #02009C;
 }
</style>