Shades of Denim #0F5EBA
Tints of Denim #0F5EBA
RGB
CMYK
RGB Variations
Color information
#0F5EBA (or 0x0F5EBA) is known color: Denim. HEX triplet: 0F, 5E and BA. RGB value is (15,94,186). Sum of RGB (Red+Green+Blue) = 15+94+186=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F5EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5EBA is #F0A145. Grayscale: #505050. Windows color (decimal): -15769926 or 12213775. OLE color: 12213775.
HSL color Cylindrical-coordinate representation of color #0F5EBA: hue angle of 212.28º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5EBA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 94 | 186 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.27 |
| HSL | 212.28º | 0.85% | 0.39% | - |
| HSV(B) | 212.28º | 0.92% | 0.73% | - |
| XYZ | 13.06 | 11.65 | 48.01 | - |
| YUV | 80.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 94 | 186 | 0.92 | 0.49 | 0 | 0.27 | 212.28 | 0.85 | 0.39 |
| Hex | F | 5E | BA | 5C | 31 | 0 | 1B | D4 | 55 | 27 |
| Octal | 17 | 136 | 272 | 134 | 61 | 0 | 33 | 324 | 125 | 47 |
| Binary | 1111 | 1011110 | 10111010 | 1011100 | 110001 | 0 | 11011 | 11010100 | 1010101 | 100111 |
Color Harmonies of #0F5EBA
Complementary color
Monochromatic Colors of #0F5EBA
Black with #0F5EBA
Text Example
Text Example
White with #0F5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5EBA; }
p { color: rgb(15,94,186); }
H1.HeaderClassName
{
color: #0F5EBA;
}
.AnyTagClassName
{
color: #0F5EBA;
}
</style>
background-color css
<style>
a { background-color: #0F5EBA; }
a { background-color: rgb(15,94,186); }
div.DivClassName
{
background-color: #0F5EBA;
}
.BgClassName
{
background-color: #0F5EBA;
}
</style>
border-color css
<style>
span { border-color: #0F5EBA; }
span { border-color: rgb(15,94,186); }
td.TdClassName
{
border-color: #0F5EBA;
}
.TagClassName
{
border-color: #0F5EBA;
}
</style>