#02086D

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

Shades of Navy #02086D

Tints of Navy #02086D

Color information

#02086D (or 0x02086D) is unknown color: approx Navy. HEX triplet: 02, 08 and 6D. RGB value is (2,8,109). Sum of RGB (Red+Green+Blue) = 2+8+109=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 109 (42.97% from 255 or 91.60% from 119); Max value from RGB is 109 - color contains mainly: blue. Hex color #02086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02086D is #FDF792. Grayscale: #111111. Windows color (decimal): -16643987 or 7145474. OLE color: 7145474.

HSL color Cylindrical-coordinate representation of color #02086D: hue angle of 236.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02086D is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB28109-
CMYK0.980.9300.57
HSL236.64º96.4%21.76%-
HSV(B)236.64º98.17%42.75%-
XYZ2.871.2914.57-
YUV17.72179.51116.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 109 (42.97% from 255) = 91.60%
R=1.68%
G=6.72%
B=91.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal281090.980.9300.57236.6496.421.76
Hex286D625D039ed6016
Octal21015514213507135514026
Binary101000110110111000101011101011100111101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02086D; }

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

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

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

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

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

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

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

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