#086EE8

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

Shades of Navy Blue #086EE8

Tints of Navy Blue #086EE8

Color information

#086EE8 (or 0x086EE8) is unknown color: approx Navy Blue. HEX triplet: 08, 6E and E8. RGB value is (8,110,232). Sum of RGB (Red+Green+Blue) = 8+110+232=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #086EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086EE8 is #F79117. Grayscale: #5C5C5C. Windows color (decimal): -16224536 or 15232520. OLE color: 15232520.

HSL color Cylindrical-coordinate representation of color #086EE8: hue angle of 212.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086EE8 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8110232-
CMYK0.970.5300.09
HSL212.68º93.33%47.06%-
HSV(B)212.68º96.55%90.98%-
XYZ20.2417.0378.56-
YUV93.41206.2167.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.29%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 232 (91.02% from 255) = 66.29%
R=2.29%
G=31.43%
B=66.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81102320.970.5300.09212.6893.3347.06
Hex86EE8613509d55d2f
Octal101563501416501132513557
Binary1000110111011101000110000111010101001110101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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