Html Css Color HEX #02015B Navy

📋 copy color: '#02015B'

red 2 ◦ green 1 ◦ blue 91

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

Shades of Navy #02015B

Tints of Navy #02015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 96.81%

R = 2.13%
G = 1.06%
B = 96.81%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02015B (or 0x02015B) is known color: Navy. HEX triplet: 02, 01 and 5B. RGB value is (2,1,91). Sum of RGB (Red+Green+Blue) = 2+1+91=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 91 (35.94% from 255 or 96.81% from 94); Max value from RGB is 91 - color contains mainly: blue. Hex color #02015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02015B is #FDFEA4. Grayscale: #0B0B0B. Windows color (decimal): -16645797 or 5964034. OLE color: 5964034.

HSL color Cylindrical-coordinate representation of color #02015B: hue angle of 240.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02015B is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 1 91 -
CMYK 0.98 0.99 0 0.64
HSL 240.67º 0.98% 0.18% -
HSV(B) 240.67º 0.99% 0.36% -
XYZ 1.92 0.79 9.95 -
YUV 11.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 2 1 91 0.98 0.99 0 0.64 240.67 0.98 0.18
Hex 2 1 5B 62 63 0 40 F1 62 12
Octal 2 1 133 142 143 0 100 361 142 22
Binary 10 1 1011011 1100010 1100011 0 1000000 11110001 1100010 10010

Color Harmonies of #02015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02015B

Black with #02015B

Text Example


Text Example

White with #02015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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