#02015A

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

Shades of Navy #02015A

Tints of Navy #02015A

Color information

#02015A (or 0x02015A) is unknown color: approx Navy. HEX triplet: 02, 01 and 5A. RGB value is (2,1,90). Sum of RGB (Red+Green+Blue) = 2+1+90=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 90 (35.55% from 255 or 96.77% from 93); Max value from RGB is 90 - color contains mainly: blue. Hex color #02015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02015A is #FDFEA5. Grayscale: #0B0B0B. Windows color (decimal): -16645798 or 5898498. OLE color: 5898498.

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

Color convert

RGB2190-
CMYK0.980.9900.65
HSL240.67º97.8%17.84%-
HSV(B)240.67º98.89%35.29%-
XYZ1.880.779.72-
YUV11.44172.33121.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 90 (35.55% from 255) = 96.77%
R=2.15%
G=1.08%
B=96.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal21900.980.9900.65240.6797.817.84
Hex215A6263041f16212
Octal21132142143010136114222
Binary1011011010110001011000110100000111110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02015A;
 }
 .AnyTagClassName
 {
   color: #02015A;
 }
</style>
background-color css

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

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

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

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

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

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