Html Css Color HEX #02019B New Midnight Blue

📋 copy color: '#02019B'

red 2 ◦ green 1 ◦ blue 155

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

Shades of New Midnight Blue #02019B

Tints of New Midnight Blue #02019B

RGB

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

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

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

R = 1.27%
G = 0.63%
B = 98.1%

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

#02019B (or 0x02019B) is known color: New Midnight Blue. HEX triplet: 02, 01 and 9B. RGB value is (2,1,155). Sum of RGB (Red+Green+Blue) = 2+1+155=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 155 (60.94% from 255 or 98.10% from 158); Max value from RGB is 155 - color contains mainly: blue. Hex color #02019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02019B is #FDFE64. Grayscale: #121212. Windows color (decimal): -16645733 or 10158338. OLE color: 10158338.

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

Color convert

RGB 2 1 155 -
CMYK 0.99 0.99 0 0.39
HSL 240.39º 0.99% 0.31% -
HSV(B) 240.39º 0.99% 0.61% -
XYZ 5.95 2.4 31.16 -
YUV 18.86 204.83 115.98 -
System Red Green Blue C M Y K H S L
Decimal 2 1 155 0.99 0.99 0 0.39 240.39 0.99 0.31
Hex 2 1 9B 63 63 0 27 F0 63 1F
Octal 2 1 233 143 143 0 47 360 143 37
Binary 10 1 10011011 1100011 1100011 0 100111 11110000 1100011 11111

Color Harmonies of #02019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02019B

Black with #02019B

Text Example


Text Example

White with #02019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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