Html Css Color HEX #02019F New Midnight Blue

📋 copy color: '#02019F'

red 2 ◦ green 1 ◦ blue 159

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

Shades of New Midnight Blue #02019F

Tints of New Midnight Blue #02019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 1.23%
G = 0.62%
B = 98.15%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02019F (or 0x02019F) is known color: New Midnight Blue. HEX triplet: 02, 01 and 9F. RGB value is (2,1,159). Sum of RGB (Red+Green+Blue) = 2+1+159=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 159 (62.5% from 255 or 98.15% from 162); Max value from RGB is 159 - color contains mainly: blue. Hex color #02019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02019F is #FDFE60. Grayscale: #121212. Windows color (decimal): -16645729 or 10420482. OLE color: 10420482.

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

Color convert

RGB 2 1 159 -
CMYK 0.99 0.99 0 0.38
HSL 240.38º 0.99% 0.31% -
HSV(B) 240.38º 0.99% 0.62% -
XYZ 6.29 2.54 32.96 -
YUV 19.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 2 1 159 0.99 0.99 0 0.38 240.38 0.99 0.31
Hex 2 1 9F 63 63 0 26 F0 63 1F
Octal 2 1 237 143 143 0 46 360 143 37
Binary 10 1 10011111 1100011 1100011 0 100110 11110000 1100011 11111

Color Harmonies of #02019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02019F

Black with #02019F

Text Example


Text Example

White with #02019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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