Shades of Denim #0F4DCB
Tints of Denim #0F4DCB
RGB
CMYK
RGB Variations
Color information
#0F4DCB (or 0x0F4DCB) is known color: Denim. HEX triplet: 0F, 4D and CB. RGB value is (15,77,203). Sum of RGB (Red+Green+Blue) = 15+77+203=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F4DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4DCB is #F0B234. Grayscale: #484848. Windows color (decimal): -15774261 or 13323535. OLE color: 13323535.
HSL color Cylindrical-coordinate representation of color #0F4DCB: hue angle of 220.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4DCB is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 77 | 203 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.20 |
| HSL | 220.21º | 0.86% | 0.43% | - |
| HSV(B) | 220.21º | 0.93% | 0.8% | - |
| XYZ | 13.63 | 9.72 | 57.66 | - |
| YUV | 72.83 | 201.46 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 203 | 0.93 | 0.62 | 0 | 0.20 | 220.21 | 0.86 | 0.43 |
| Hex | F | 4D | CB | 5D | 3E | 0 | 14 | DC | 56 | 2B |
| Octal | 17 | 115 | 313 | 135 | 76 | 0 | 24 | 334 | 126 | 53 |
| Binary | 1111 | 1001101 | 11001011 | 1011101 | 111110 | 0 | 10100 | 11011100 | 1010110 | 101011 |
Color Harmonies of #0F4DCB
Complementary color
Monochromatic Colors of #0F4DCB
Black with #0F4DCB
Text Example
Text Example
White with #0F4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4DCB; }
p { color: rgb(15,77,203); }
H1.HeaderClassName
{
color: #0F4DCB;
}
.AnyTagClassName
{
color: #0F4DCB;
}
</style>
background-color css
<style>
a { background-color: #0F4DCB; }
a { background-color: rgb(15,77,203); }
div.DivClassName
{
background-color: #0F4DCB;
}
.BgClassName
{
background-color: #0F4DCB;
}
</style>
border-color css
<style>
span { border-color: #0F4DCB; }
span { border-color: rgb(15,77,203); }
td.TdClassName
{
border-color: #0F4DCB;
}
.TagClassName
{
border-color: #0F4DCB;
}
</style>