Html Css Color HEX #02059C New Midnight Blue

📋 copy color: '#02059C'

red 2 ◦ green 5 ◦ blue 156

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

Shades of New Midnight Blue #02059C

Tints of New Midnight Blue #02059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.07%

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

R = 1.23%
G = 3.07%
B = 95.71%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02059C (or 0x02059C) is known color: New Midnight Blue. HEX triplet: 02, 05 and 9C. RGB value is (2,5,156). Sum of RGB (Red+Green+Blue) = 2+5+156=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 156 (61.33% from 255 or 95.71% from 163); Max value from RGB is 156 - color contains mainly: blue. Hex color #02059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02059C is #FDFA63. Grayscale: #141414. Windows color (decimal): -16644708 or 10224898. OLE color: 10224898.

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

Color convert

RGB 2 5 156 -
CMYK 0.99 0.97 0 0.39
HSL 238.83º 0.97% 0.31% -
HSV(B) 238.83º 0.99% 0.61% -
XYZ 6.08 2.52 31.62 -
YUV 21.32 204.01 114.22 -
System Red Green Blue C M Y K H S L
Decimal 2 5 156 0.99 0.97 0 0.39 238.83 0.97 0.31
Hex 2 5 9C 63 61 0 27 EF 61 1F
Octal 2 5 234 143 141 0 47 357 141 37
Binary 10 101 10011100 1100011 1100001 0 100111 11101111 1100001 11111

Color Harmonies of #02059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02059C

Black with #02059C

Text Example


Text Example

White with #02059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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