#02015B

Color #02015B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #02015B

Tints of Navy #02015B

Color information

#02015B (or 0x02015B) is unknown color: approx 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

RGB2191-
CMYK0.980.9900.64
HSL240.67º97.83%18.04%-
HSV(B)240.67º98.9%35.69%-
XYZ1.920.799.95-
YUV11.56172.83121.18-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal21910.980.9900.64240.6797.8318.04
Hex215B6263040f16212
Octal21133142143010036114222
Binary1011011011110001011000110100000011110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>