#020868

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

Shades of Navy #020868

Tints of Navy #020868

Color information

#020868 (or 0x020868) is unknown color: approx Navy. HEX triplet: 02, 08 and 68. RGB value is (2,8,104). Sum of RGB (Red+Green+Blue) = 2+8+104=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #020868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020868 is #FDF797. Grayscale: #101010. Windows color (decimal): -16643992 or 6817794. OLE color: 6817794.

HSL color Cylindrical-coordinate representation of color #020868: hue angle of 236.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020868 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB28104-
CMYK0.980.9200.59
HSL236.47º96.23%20.78%-
HSV(B)236.47º98.08%40.78%-
XYZ2.611.1913.19-
YUV17.15177.01117.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 104 (41.02% from 255) = 91.23%
R=1.75%
G=7.02%
B=91.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal281040.980.9200.59236.4796.2320.78
Hex2868625C03Bec6015
Octal21015014213407335414025
Binary101000110100011000101011100011101111101100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020868; }

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

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

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

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

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

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

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

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