#086DCF

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

Shades of Navy Blue #086DCF

Tints of Navy Blue #086DCF

Color information

#086DCF (or 0x086DCF) is unknown color: approx Navy Blue. HEX triplet: 08, 6D and CF. RGB value is (8,109,207). Sum of RGB (Red+Green+Blue) = 8+109+207=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #086DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DCF is #F79230. Grayscale: #595959. Windows color (decimal): -16224817 or 13593864. OLE color: 13593864.

HSL color Cylindrical-coordinate representation of color #086DCF: hue angle of 209.55º 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 #086DCF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8109207-
CMYK0.960.4700.19
HSL209.55º92.56%42.16%-
HSV(B)209.55º96.14%81.18%-
XYZ16.8315.4961.14-
YUV89.97194.0469.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 207 (81.25% from 255) = 63.89%
R=2.47%
G=33.64%
B=63.89%

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
Decimal81092070.960.4700.19209.5592.5642.16
Hex86DCF602F013d25d2a
Octal101553171405702332213552
Binary10001101101110011111100000101111010011110100101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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