Shades of Denim #0F54C9
Tints of Denim #0F54C9
RGB
CMYK
RGB Variations
Color information
#0F54C9 (or 0x0F54C9) is known color: Denim. HEX triplet: 0F, 54 and C9. RGB value is (15,84,201). Sum of RGB (Red+Green+Blue) = 15+84+201=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #0F54C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F54C9 is #F0AB36. Grayscale: #4C4C4C. Windows color (decimal): -15772471 or 13194255. OLE color: 13194255.
HSL color Cylindrical-coordinate representation of color #0F54C9: hue angle of 217.74º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F54C9 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 84 | 201 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.21 |
| HSL | 217.74º | 0.86% | 0.42% | - |
| HSV(B) | 217.74º | 0.93% | 0.79% | - |
| XYZ | 13.91 | 10.66 | 56.58 | - |
| YUV | 76.71 | 198.14 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 201 | 0.93 | 0.58 | 0 | 0.21 | 217.74 | 0.86 | 0.42 |
| Hex | F | 54 | C9 | 5D | 3A | 0 | 15 | DA | 56 | 2A |
| Octal | 17 | 124 | 311 | 135 | 72 | 0 | 25 | 332 | 126 | 52 |
| Binary | 1111 | 1010100 | 11001001 | 1011101 | 111010 | 0 | 10101 | 11011010 | 1010110 | 101010 |
Color Harmonies of #0F54C9
Complementary color
Monochromatic Colors of #0F54C9
Black with #0F54C9
Text Example
Text Example
White with #0F54C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F54C9; }
p { color: rgb(15,84,201); }
H1.HeaderClassName
{
color: #0F54C9;
}
.AnyTagClassName
{
color: #0F54C9;
}
</style>
background-color css
<style>
a { background-color: #0F54C9; }
a { background-color: rgb(15,84,201); }
div.DivClassName
{
background-color: #0F54C9;
}
.BgClassName
{
background-color: #0F54C9;
}
</style>
border-color css
<style>
span { border-color: #0F54C9; }
span { border-color: rgb(15,84,201); }
td.TdClassName
{
border-color: #0F54C9;
}
.TagClassName
{
border-color: #0F54C9;
}
</style>