#0866EE

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

Shades of Navy Blue #0866EE

Tints of Navy Blue #0866EE

Color information

#0866EE (or 0x0866EE) is unknown color: approx Navy Blue. HEX triplet: 08, 66 and EE. RGB value is (8,102,238). Sum of RGB (Red+Green+Blue) = 8+102+238=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #0866EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0866EE is #F79911. Grayscale: #585858. Windows color (decimal): -16226578 or 15623688. OLE color: 15623688.

HSL color Cylindrical-coordinate representation of color #0866EE: hue angle of 215.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0866EE is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8102238-
CMYK0.970.5700.07
HSL215.48º93.5%48.24%-
HSV(B)215.48º96.64%93.33%-
XYZ20.2815.7382.86-
YUV89.4211.8669.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.30%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 238 (93.36% from 255) = 68.39%
R=2.30%
G=29.31%
B=68.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81022380.970.5700.07215.4893.548.24
Hex866EE613907d75d30
Octal10146356141710732713560
Binary100011001101110111011000011110010111110101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0866EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0866EE; }

 p { color: rgb(8,102,238); }

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

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

 a { background-color: rgb(8,102,238); }

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

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

 span { border-color: rgb(8,102,238); }

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