#0861AB

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

Shades of Denim #0861AB

Tints of Denim #0861AB

Color information

#0861AB (or 0x0861AB) is unknown color: approx Denim. HEX triplet: 08, 61 and AB. RGB value is (8,97,171). Sum of RGB (Red+Green+Blue) = 8+97+171=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0861AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0861AB is #F79E54. Grayscale: #4E4E4E. Windows color (decimal): -16227925 or 11231496. OLE color: 11231496.

HSL color Cylindrical-coordinate representation of color #0861AB: hue angle of 207.24º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0861AB is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB897171-
CMYK0.950.4300.33
HSL207.24º91.06%35.1%-
HSV(B)207.24º95.32%67.06%-
XYZ11.7311.5440.14-
YUV78.82180.0177.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.90%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=2.90%
G=35.14%
B=61.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8971710.950.4300.33207.2491.0635.1
Hex861AB5F2B021cf5b23
Octal101412531375304131713343
Binary100011000011010101110111111010110100001110011111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0861AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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