#086ECF

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

Shades of Navy Blue #086ECF

Tints of Navy Blue #086ECF

Color information

#086ECF (or 0x086ECF) is unknown color: approx Navy Blue. HEX triplet: 08, 6E and CF. RGB value is (8,110,207). Sum of RGB (Red+Green+Blue) = 8+110+207=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #086ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ECF is #F79130. Grayscale: #5A5A5A. Windows color (decimal): -16224561 or 13594120. OLE color: 13594120.

HSL color Cylindrical-coordinate representation of color #086ECF: hue angle of 209.25º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ECF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8110207-
CMYK0.960.4700.19
HSL209.25º92.56%42.16%-
HSV(B)209.25º96.14%81.18%-
XYZ16.9415.7161.17-
YUV90.56193.7169.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 207 (81.25% from 255) = 63.69%
R=2.46%
G=33.85%
B=63.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81102070.960.4700.19209.2592.5642.16
Hex86ECF602F013d15d2a
Octal101563171405702332113552
Binary10001101110110011111100000101111010011110100011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086ECF; }

 p { color: rgb(8,110,207); }

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

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

 a { background-color: rgb(8,110,207); }

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

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

 span { border-color: rgb(8,110,207); }

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