#020975

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

Shades of Navy #020975

Tints of Navy #020975

Color information

#020975 (or 0x020975) is unknown color: approx Navy. HEX triplet: 02, 09 and 75. RGB value is (2,9,117). Sum of RGB (Red+Green+Blue) = 2+9+117=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 117 (46.09% from 255 or 91.41% from 128); Max value from RGB is 117 - color contains mainly: blue. Hex color #020975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020975 is #FDF68A. Grayscale: #121212. Windows color (decimal): -16643723 or 7670018. OLE color: 7670018.

HSL color Cylindrical-coordinate representation of color #020975: hue angle of 236.35º 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 #020975 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB29117-
CMYK0.980.9200.54
HSL236.35º96.64%23.33%-
HSV(B)236.35º98.29%45.88%-
XYZ3.331.4916.94-
YUV19.22183.18115.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 117 (46.09% from 255) = 91.41%
R=1.56%
G=7.03%
B=91.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291170.980.9200.54236.3596.6423.33
Hex2975625C036ec6117
Octal21116514213406635414127
Binary101001111010111000101011100011011011101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020975; }

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

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

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

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

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

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

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

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