#0861BD

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

Shades of Denim #0861BD

Tints of Denim #0861BD

Color information

#0861BD (or 0x0861BD) is unknown color: approx Denim. HEX triplet: 08, 61 and BD. RGB value is (8,97,189). Sum of RGB (Red+Green+Blue) = 8+97+189=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #0861BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0861BD is #F79E42. Grayscale: #505050. Windows color (decimal): -16227907 or 12411144. OLE color: 12411144.

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

Color convert

RGB897189-
CMYK0.960.4900.26
HSL210.5º91.88%38.63%-
HSV(B)210.5º95.77%74.12%-
XYZ13.5612.2849.8-
YUV80.88189.0176.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=2.72%
G=32.99%
B=64.29%

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
Decimal8971890.960.4900.26210.591.8838.63
Hex861BD603101Ad25c27
Octal101412751406103232213447
Binary10001100001101111011100000110001011010110100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0861BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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