Html Css Color HEX #02059B New Midnight Blue

📋 copy color: '#02059B'

red 2 ◦ green 5 ◦ blue 155

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

Shades of New Midnight Blue #02059B

Tints of New Midnight Blue #02059B

RGB

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

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

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

R = 1.23%
G = 3.09%
B = 95.68%

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

#02059B (or 0x02059B) is known color: New Midnight Blue. HEX triplet: 02, 05 and 9B. RGB value is (2,5,155). Sum of RGB (Red+Green+Blue) = 2+5+155=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 155 (60.94% from 255 or 95.68% from 162); Max value from RGB is 155 - color contains mainly: blue. Hex color #02059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02059B is #FDFA64. Grayscale: #141414. Windows color (decimal): -16644709 or 10159362. OLE color: 10159362.

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

Color convert

RGB 2 5 155 -
CMYK 0.99 0.97 0 0.39
HSL 238.82º 0.97% 0.31% -
HSV(B) 238.82º 0.99% 0.61% -
XYZ 6 2.49 31.17 -
YUV 21.2 203.51 114.3 -
System Red Green Blue C M Y K H S L
Decimal 2 5 155 0.99 0.97 0 0.39 238.82 0.97 0.31
Hex 2 5 9B 63 61 0 27 EF 61 1F
Octal 2 5 233 143 141 0 47 357 141 37
Binary 10 101 10011011 1100011 1100001 0 100111 11101111 1100001 11111

Color Harmonies of #02059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02059B

Black with #02059B

Text Example


Text Example

White with #02059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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