#086ACF

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

Shades of Navy Blue #086ACF

Tints of Navy Blue #086ACF

Color information

#086ACF (or 0x086ACF) is unknown color: approx Navy Blue. HEX triplet: 08, 6A and CF. RGB value is (8,106,207). Sum of RGB (Red+Green+Blue) = 8+106+207=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #086ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ACF is #F79530. Grayscale: #575757. Windows color (decimal): -16225585 or 13593096. OLE color: 13593096.

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

Color convert

RGB8106207-
CMYK0.960.4900.19
HSL210.45º92.56%42.16%-
HSV(B)210.45º96.14%81.18%-
XYZ16.5214.8661.03-
YUV88.21195.0370.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.49%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 207 (81.25% from 255) = 64.49%
R=2.49%
G=33.02%
B=64.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81062070.960.4900.19210.4592.5642.16
Hex86ACF6031013d25d2a
Octal101523171406102332213552
Binary10001101010110011111100000110001010011110100101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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