Shades of Denim #0853BA
Tints of Denim #0853BA
RGB
CMYK
RGB Variations
Color information
#0853BA (or 0x0853BA) is known color: Denim. HEX triplet: 08, 53 and BA. RGB value is (8,83,186). Sum of RGB (Red+Green+Blue) = 8+83+186=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #0853BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0853BA is #F7AC45. Grayscale: #474747. Windows color (decimal): -16231494 or 12210952. OLE color: 12210952.
HSL color Cylindrical-coordinate representation of color #0853BA: hue angle of 214.72º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0853BA is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 83 | 186 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.27 |
| HSL | 214.72º | 0.92% | 0.38% | - |
| HSV(B) | 214.72º | 0.96% | 0.73% | - |
| XYZ | 12.06 | 9.78 | 47.71 | - |
| YUV | 72.32 | 192.15 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 186 | 0.96 | 0.55 | 0 | 0.27 | 214.72 | 0.92 | 0.38 |
| Hex | 8 | 53 | BA | 60 | 37 | 0 | 1B | D7 | 5C | 26 |
| Octal | 10 | 123 | 272 | 140 | 67 | 0 | 33 | 327 | 134 | 46 |
| Binary | 1000 | 1010011 | 10111010 | 1100000 | 110111 | 0 | 11011 | 11010111 | 1011100 | 100110 |
Color Harmonies of #0853BA
Complementary color
Monochromatic Colors of #0853BA
Black with #0853BA
Text Example
Text Example
White with #0853BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0853BA; }
p { color: rgb(8,83,186); }
H1.HeaderClassName
{
color: #0853BA;
}
.AnyTagClassName
{
color: #0853BA;
}
</style>
background-color css
<style>
a { background-color: #0853BA; }
a { background-color: rgb(8,83,186); }
div.DivClassName
{
background-color: #0853BA;
}
.BgClassName
{
background-color: #0853BA;
}
</style>
border-color css
<style>
span { border-color: #0853BA; }
span { border-color: rgb(8,83,186); }
td.TdClassName
{
border-color: #0853BA;
}
.TagClassName
{
border-color: #0853BA;
}
</style>