Html Css Color HEX #02029B New Midnight Blue

📋 copy color: '#02029B'

red 2 ◦ green 2 ◦ blue 155

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

Shades of New Midnight Blue #02029B

Tints of New Midnight Blue #02029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 97.48%

R = 1.26%
G = 1.26%
B = 97.48%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02029B (or 0x02029B) is known color: New Midnight Blue. HEX triplet: 02, 02 and 9B. RGB value is (2,2,155). Sum of RGB (Red+Green+Blue) = 2+2+155=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 155 (60.94% from 255 or 97.48% from 159); Max value from RGB is 155 - color contains mainly: blue. Hex color #02029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02029B is #FDFD64. Grayscale: #121212. Windows color (decimal): -16645477 or 10158594. OLE color: 10158594.

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

Color convert

RGB 2 2 155 -
CMYK 0.99 0.99 0 0.39
HSL 240º 0.97% 0.31% -
HSV(B) 240º 0.99% 0.61% -
XYZ 5.96 2.42 31.16 -
YUV 19.44 204.5 115.56 -
System Red Green Blue C M Y K H S L
Decimal 2 2 155 0.99 0.99 0 0.39 240 0.97 0.31
Hex 2 2 9B 63 63 0 27 F0 61 1F
Octal 2 2 233 143 143 0 47 360 141 37
Binary 10 10 10011011 1100011 1100011 0 100111 11110000 1100001 11111

Color Harmonies of #02029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02029B

Black with #02029B

Text Example


Text Example

White with #02029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02029B; }

 p { color: rgb(2,2,155); }

 H1.HeaderClassName
 {
   color: #02029B;
 }
 .AnyTagClassName
 {
   color: #02029B;
 }
</style>

background-color css

<style>
 a { background-color: #02029B; }

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

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

border-color css

<style>
 span { border-color: #02029B; }

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

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