Shades of Denim #0852BD
Tints of Denim #0852BD
RGB
CMYK
RGB Variations
Color information
#0852BD (or 0x0852BD) is known color: Denim. HEX triplet: 08, 52 and BD. RGB value is (8,82,189). Sum of RGB (Red+Green+Blue) = 8+82+189=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #0852BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852BD is #F7AD42. Grayscale: #474747. Windows color (decimal): -16231747 or 12407304. OLE color: 12407304.
HSL color Cylindrical-coordinate representation of color #0852BD: hue angle of 215.47º 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 #0852BD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 82 | 189 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.26 |
| HSL | 215.47º | 0.92% | 0.39% | - |
| HSV(B) | 215.47º | 0.96% | 0.74% | - |
| XYZ | 12.3 | 9.76 | 49.38 | - |
| YUV | 72.07 | 193.98 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 189 | 0.96 | 0.57 | 0 | 0.26 | 215.47 | 0.92 | 0.39 |
| Hex | 8 | 52 | BD | 60 | 39 | 0 | 1A | D7 | 5C | 27 |
| Octal | 10 | 122 | 275 | 140 | 71 | 0 | 32 | 327 | 134 | 47 |
| Binary | 1000 | 1010010 | 10111101 | 1100000 | 111001 | 0 | 11010 | 11010111 | 1011100 | 100111 |
Color Harmonies of #0852BD
Complementary color
Monochromatic Colors of #0852BD
Black with #0852BD
Text Example
Text Example
White with #0852BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0852BD; }
p { color: rgb(8,82,189); }
H1.HeaderClassName
{
color: #0852BD;
}
.AnyTagClassName
{
color: #0852BD;
}
</style>
background-color css
<style>
a { background-color: #0852BD; }
a { background-color: rgb(8,82,189); }
div.DivClassName
{
background-color: #0852BD;
}
.BgClassName
{
background-color: #0852BD;
}
</style>
border-color css
<style>
span { border-color: #0852BD; }
span { border-color: rgb(8,82,189); }
td.TdClassName
{
border-color: #0852BD;
}
.TagClassName
{
border-color: #0852BD;
}
</style>