Shades of Denim #0F52BD
Tints of Denim #0F52BD
RGB
CMYK
RGB Variations
Color information
#0F52BD (or 0x0F52BD) is known color: Denim. HEX triplet: 0F, 52 and BD. RGB value is (15,82,189). Sum of RGB (Red+Green+Blue) = 15+82+189=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F52BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F52BD is #F0AD42. Grayscale: #494949. Windows color (decimal): -15772995 or 12407311. OLE color: 12407311.
HSL color Cylindrical-coordinate representation of color #0F52BD: hue angle of 216.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F52BD is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 82 | 189 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.26 |
| HSL | 216.9º | 0.85% | 0.4% | - |
| HSV(B) | 216.9º | 0.92% | 0.74% | - |
| XYZ | 12.4 | 9.81 | 49.38 | - |
| YUV | 74.17 | 192.8 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 189 | 0.92 | 0.57 | 0 | 0.26 | 216.9 | 0.85 | 0.4 |
| Hex | F | 52 | BD | 5C | 39 | 0 | 1A | D9 | 55 | 28 |
| Octal | 17 | 122 | 275 | 134 | 71 | 0 | 32 | 331 | 125 | 50 |
| Binary | 1111 | 1010010 | 10111101 | 1011100 | 111001 | 0 | 11010 | 11011001 | 1010101 | 101000 |
Color Harmonies of #0F52BD
Complementary color
Monochromatic Colors of #0F52BD
Black with #0F52BD
Text Example
Text Example
White with #0F52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F52BD; }
p { color: rgb(15,82,189); }
H1.HeaderClassName
{
color: #0F52BD;
}
.AnyTagClassName
{
color: #0F52BD;
}
</style>
background-color css
<style>
a { background-color: #0F52BD; }
a { background-color: rgb(15,82,189); }
div.DivClassName
{
background-color: #0F52BD;
}
.BgClassName
{
background-color: #0F52BD;
}
</style>
border-color css
<style>
span { border-color: #0F52BD; }
span { border-color: rgb(15,82,189); }
td.TdClassName
{
border-color: #0F52BD;
}
.TagClassName
{
border-color: #0F52BD;
}
</style>