#0866D3

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

Shades of Navy Blue #0866D3

Tints of Navy Blue #0866D3

Color information

#0866D3 (or 0x0866D3) is unknown color: approx Navy Blue. HEX triplet: 08, 66 and D3. RGB value is (8,102,211). Sum of RGB (Red+Green+Blue) = 8+102+211=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 211 (82.81% from 255 or 65.73% from 321); Max value from RGB is 211 - color contains mainly: blue. Hex color #0866D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0866D3 is #F7992C. Grayscale: #555555. Windows color (decimal): -16226605 or 13854216. OLE color: 13854216.

HSL color Cylindrical-coordinate representation of color #0866D3: hue angle of 212.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0866D3 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8102211-
CMYK0.960.5200.17
HSL212.22º92.69%42.94%-
HSV(B)212.22º96.21%82.75%-
XYZ16.6114.2663.5-
YUV86.32198.3672.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.49%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 211 (82.81% from 255) = 65.73%
R=2.49%
G=31.78%
B=65.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81022110.960.5200.17212.2292.6942.94
Hex866D36034011d45d2b
Octal101463231406402132413553
Binary10001100110110100111100000110100010001110101001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0866D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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