Shades of Denim #0F4EBA
Tints of Denim #0F4EBA
RGB
CMYK
RGB Variations
Color information
#0F4EBA (or 0x0F4EBA) is known color: Denim. HEX triplet: 0F, 4E and BA. RGB value is (15,78,186). Sum of RGB (Red+Green+Blue) = 15+78+186=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F4EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4EBA is #F0B145. Grayscale: #464646. Windows color (decimal): -15774022 or 12209679. OLE color: 12209679.
HSL color Cylindrical-coordinate representation of color #0F4EBA: hue angle of 217.89º 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 #0F4EBA is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 78 | 186 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.27 |
| HSL | 217.89º | 0.85% | 0.39% | - |
| HSV(B) | 217.89º | 0.92% | 0.73% | - |
| XYZ | 11.78 | 9.1 | 47.59 | - |
| YUV | 71.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 186 | 0.92 | 0.58 | 0 | 0.27 | 217.89 | 0.85 | 0.39 |
| Hex | F | 4E | BA | 5C | 3A | 0 | 1B | DA | 55 | 27 |
| Octal | 17 | 116 | 272 | 134 | 72 | 0 | 33 | 332 | 125 | 47 |
| Binary | 1111 | 1001110 | 10111010 | 1011100 | 111010 | 0 | 11011 | 11011010 | 1010101 | 100111 |
Color Harmonies of #0F4EBA
Complementary color
Monochromatic Colors of #0F4EBA
Black with #0F4EBA
Text Example
Text Example
White with #0F4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4EBA; }
p { color: rgb(15,78,186); }
H1.HeaderClassName
{
color: #0F4EBA;
}
.AnyTagClassName
{
color: #0F4EBA;
}
</style>
background-color css
<style>
a { background-color: #0F4EBA; }
a { background-color: rgb(15,78,186); }
div.DivClassName
{
background-color: #0F4EBA;
}
.BgClassName
{
background-color: #0F4EBA;
}
</style>
border-color css
<style>
span { border-color: #0F4EBA; }
span { border-color: rgb(15,78,186); }
td.TdClassName
{
border-color: #0F4EBA;
}
.TagClassName
{
border-color: #0F4EBA;
}
</style>