Html Css Color HEX #020259 Navy

📋 copy color: '#020259'

red 2 ◦ green 2 ◦ blue 89

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

Shades of Navy #020259

Tints of Navy #020259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

 BLUE value IS 89 (35.16% from 255) = 95.7%

R = 2.15%
G = 2.15%
B = 95.7%

CMYK

 C value IS 0.98

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020259 (or 0x020259) is known color: Navy. HEX triplet: 02, 02 and 59. RGB value is (2,2,89). Sum of RGB (Red+Green+Blue) = 2+2+89=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 89 (35.16% from 255 or 95.70% from 93); Max value from RGB is 89 - color contains mainly: blue. Hex color #020259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020259 is #FDFDA6. Grayscale: #0B0B0B. Windows color (decimal): -16645543 or 5833218. OLE color: 5833218.

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

Color convert

RGB 2 2 89 -
CMYK 0.98 0.98 0 0.65
HSL 240º 0.96% 0.18% -
HSV(B) 240º 0.98% 0.35% -
XYZ 1.85 0.78 9.5 -
YUV 11.92 171.5 120.93 -
System Red Green Blue C M Y K H S L
Decimal 2 2 89 0.98 0.98 0 0.65 240 0.96 0.18
Hex 2 2 59 62 62 0 41 F0 60 12
Octal 2 2 131 142 142 0 101 360 140 22
Binary 10 10 1011001 1100010 1100010 0 1000001 11110000 1100000 10010

Color Harmonies of #020259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020259

Black with #020259

Text Example


Text Example

White with #020259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020259; }

 p { color: rgb(2,2,89); }

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

background-color css

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

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

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

border-color css

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

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

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