Html Css Color HEX #00029D New Midnight Blue

📋 copy color: '#00029D'

red 0 ◦ green 2 ◦ blue 157

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

Shades of New Midnight Blue #00029D

Tints of New Midnight Blue #00029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 98.74%

R = 0%
G = 1.26%
B = 98.74%

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

#00029D (or 0x00029D) is known color: New Midnight Blue. HEX triplet: 00, 02 and 9D. RGB value is (0,2,157). Sum of RGB (Red+Green+Blue) = 0+2+157=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 157 (61.72% from 255 or 98.74% from 159); Max value from RGB is 157 - color contains mainly: blue. Hex color #00029D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00029D is #FFFD62. Grayscale: #121212. Windows color (decimal): -16776547 or 10289664. OLE color: 10289664.

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

Color convert

RGB 0 2 157 -
CMYK 1 0.99 0 0.38
HSL 239.24º 1% 0.31% -
HSV(B) 239.24º 1% 0.62% -
XYZ 6.11 2.48 32.05 -
YUV 19.07 205.84 114.4 -
System Red Green Blue C M Y K H S L
Decimal 0 2 157 1 0.99 0 0.38 239.24 1 0.31
Hex 0 2 9D 64 63 0 26 EF 64 1F
Octal 0 2 235 144 143 0 46 357 144 37
Binary 0 10 10011101 1100100 1100011 0 100110 11101111 1100100 11111

Color Harmonies of #00029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00029D

Black with #00029D

Text Example


Text Example

White with #00029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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