#0860BD

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

Shades of Denim #0860BD

Tints of Denim #0860BD

Color information

#0860BD (or 0x0860BD) is unknown color: approx Denim. HEX triplet: 08, 60 and BD. RGB value is (8,96,189). Sum of RGB (Red+Green+Blue) = 8+96+189=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #0860BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0860BD is #F79F42. Grayscale: #4F4F4F. Windows color (decimal): -16228163 or 12410888. OLE color: 12410888.

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

Color convert

RGB896189-
CMYK0.960.4900.26
HSL210.83º91.88%38.63%-
HSV(B)210.83º95.77%74.12%-
XYZ13.4712.0949.77-
YUV80.29189.3576.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.73%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=2.73%
G=32.76%
B=64.51%

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
Decimal8961890.960.4900.26210.8391.8838.63
Hex860BD603101Ad35c27
Octal101402751406103232313447
Binary10001100000101111011100000110001011010110100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0860BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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