#020A75

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

Shades of Navy #020A75

Tints of Navy #020A75

Color information

#020A75 (or 0x020A75) is unknown color: approx Navy. HEX triplet: 02, 0A and 75. RGB value is (2,10,117). Sum of RGB (Red+Green+Blue) = 2+10+117=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #020A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A75 is #FDF58A. Grayscale: #131313. Windows color (decimal): -16643467 or 7670274. OLE color: 7670274.

HSL color Cylindrical-coordinate representation of color #020A75: hue angle of 235.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A75 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB210117-
CMYK0.980.9100.54
HSL235.83º96.64%23.33%-
HSV(B)235.83º98.29%45.88%-
XYZ3.341.5116.95-
YUV19.81182.85115.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 117 (46.09% from 255) = 90.70%
R=1.55%
G=7.75%
B=90.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2101170.980.9100.54235.8396.6423.33
Hex2A75625B036ec6117
Octal21216514213306635414127
Binary101010111010111000101011011011011011101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A75; }

 p { color: rgb(2,10,117); }

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

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

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

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

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

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

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