Html Css Color HEX #00029F New Midnight Blue

📋 copy color: '#00029F'

red 0 ◦ green 2 ◦ blue 159

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

Shades of New Midnight Blue #00029F

Tints of New Midnight Blue #00029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 98.76%

R = 0%
G = 1.24%
B = 98.76%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00029F (or 0x00029F) is known color: New Midnight Blue. HEX triplet: 00, 02 and 9F. RGB value is (0,2,159). Sum of RGB (Red+Green+Blue) = 0+2+159=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 159 (62.5% from 255 or 98.76% from 161); Max value from RGB is 159 - color contains mainly: blue. Hex color #00029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00029F is #FFFD60. Grayscale: #121212. Windows color (decimal): -16776545 or 10420736. OLE color: 10420736.

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

Color convert

RGB 0 2 159 -
CMYK 1 0.99 0 0.38
HSL 239.25º 1% 0.31% -
HSV(B) 239.25º 1% 0.62% -
XYZ 6.28 2.55 32.96 -
YUV 19.3 206.84 114.23 -
System Red Green Blue C M Y K H S L
Decimal 0 2 159 1 0.99 0 0.38 239.25 1 0.31
Hex 0 2 9F 64 63 0 26 EF 64 1F
Octal 0 2 237 144 143 0 46 357 144 37
Binary 0 10 10011111 1100100 1100011 0 100110 11101111 1100100 11111

Color Harmonies of #00029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00029F

Black with #00029F

Text Example


Text Example

White with #00029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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