#086CB8

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

Shades of Denim #086CB8

Tints of Denim #086CB8

Color information

#086CB8 (or 0x086CB8) is unknown color: approx Denim. HEX triplet: 08, 6C and B8. RGB value is (8,108,184). Sum of RGB (Red+Green+Blue) = 8+108+184=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #086CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CB8 is #F79347. Grayscale: #565656. Windows color (decimal): -16225096 or 12086280. OLE color: 12086280.

HSL color Cylindrical-coordinate representation of color #086CB8: hue angle of 205.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CB8 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8108184-
CMYK0.960.4100.28
HSL205.91º91.67%37.65%-
HSV(B)205.91º95.65%72.16%-
XYZ14.1114.2447.35-
YUV86.76182.8771.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 184 (72.27% from 255) = 61.33%
R=2.67%
G=36%
B=61.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81081840.960.4100.28205.9191.6737.65
Hex86CB8602901Cce5c26
Octal101542701405103431613446
Binary10001101100101110001100000101001011100110011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,108,184); }

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

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

 a { background-color: rgb(8,108,184); }

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

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

 span { border-color: rgb(8,108,184); }

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