#0860BC

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

Shades of Denim #0860BC

Tints of Denim #0860BC

Color information

#0860BC (or 0x0860BC) is unknown color: approx Denim. HEX triplet: 08, 60 and BC. RGB value is (8,96,188). Sum of RGB (Red+Green+Blue) = 8+96+188=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #0860BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860BC is #F79F43. Grayscale: #4F4F4F. Windows color (decimal): -16228164 or 12345352. OLE color: 12345352.

HSL color Cylindrical-coordinate representation of color #0860BC: hue angle of 210.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0860BC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB896188-
CMYK0.960.4900.26
HSL210.67º91.84%38.43%-
HSV(B)210.67º95.74%73.73%-
XYZ13.3612.0549.2-
YUV80.18188.8576.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.74%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 188 (73.83% from 255) = 64.38%
R=2.74%
G=32.88%
B=64.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8961880.960.4900.26210.6791.8438.43
Hex860BC603101Ad35c26
Octal101402741406103232313446
Binary10001100000101111001100000110001011010110100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0860BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0860BC; }

 p { color: rgb(8,96,188); }

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

<style>
 a { background-color: #0860BC; }

 a { background-color: rgb(8,96,188); }

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

<style>
 span { border-color: #0860BC; }

 span { border-color: rgb(8,96,188); }

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