Html Css Color HEX #00029C New Midnight Blue

📋 copy color: '#00029C'

red 0 ◦ green 2 ◦ blue 156

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

Shades of New Midnight Blue #00029C

Tints of New Midnight Blue #00029C

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00029C (or 0x00029C) is known color: New Midnight Blue. HEX triplet: 00, 02 and 9C. RGB value is (0,2,156). Sum of RGB (Red+Green+Blue) = 0+2+156=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 2 (1.17% from 255 or 1.27% 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 #00029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00029C is #FFFD63. Grayscale: #121212. Windows color (decimal): -16776548 or 10224128. OLE color: 10224128.

HSL color Cylindrical-coordinate representation of color #00029C: hue angle of 239.23º 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 #00029C is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 2 156 -
CMYK 1 0.99 0 0.39
HSL 239.23º 1% 0.31% -
HSV(B) 239.23º 1% 0.61% -
XYZ 6.02 2.44 31.61 -
YUV 18.96 205.34 114.48 -
System Red Green Blue C M Y K H S L
Decimal 0 2 156 1 0.99 0 0.39 239.23 1 0.31
Hex 0 2 9C 64 63 0 27 EF 64 1F
Octal 0 2 234 144 143 0 47 357 144 37
Binary 0 10 10011100 1100100 1100011 0 100111 11101111 1100100 11111

Color Harmonies of #00029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00029C

Black with #00029C

Text Example


Text Example

White with #00029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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