#020875

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

Shades of Navy #020875

Tints of Navy #020875

Color information

#020875 (or 0x020875) is unknown color: approx Navy. HEX triplet: 02, 08 and 75. RGB value is (2,8,117). Sum of RGB (Red+Green+Blue) = 2+8+117=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #020875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020875 is #FDF78A. Grayscale: #121212. Windows color (decimal): -16643979 or 7669762. OLE color: 7669762.

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

Color convert

RGB28117-
CMYK0.980.9300.54
HSL236.87º96.64%23.33%-
HSV(B)236.87º98.29%45.88%-
XYZ3.321.4716.94-
YUV18.63183.51116.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 117 (46.09% from 255) = 92.13%
R=1.57%
G=6.30%
B=92.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal281170.980.9300.54236.8796.6423.33
Hex2875625D036ed6117
Octal21016514213506635514127
Binary101000111010111000101011101011011011101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020875; }

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

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

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

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

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

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

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

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