Html Css Color HEX #02015A Navy

📋 copy color: '#02015A'

red 2 ◦ green 1 ◦ blue 90

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

Shades of Navy #02015A

Tints of Navy #02015A

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 value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#02015A (or 0x02015A) is known color: 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

RGB 2 1 90 -
CMYK 0.98 0.99 0 0.65
HSL 240.67º 0.98% 0.18% -
HSV(B) 240.67º 0.99% 0.35% -
XYZ 1.88 0.77 9.72 -
YUV 11.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 2 1 90 0.98 0.99 0 0.65 240.67 0.98 0.18
Hex 2 1 5A 62 63 0 41 F1 62 12
Octal 2 1 132 142 143 0 101 361 142 22
Binary 10 1 1011010 1100010 1100011 0 1000001 11110001 1100010 10010

Color Harmonies of #02015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02015A

Black with #02015A

Text Example


Text Example

White with #02015A

Text Example


Text Example

HTML Codes & Css Web 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>