Shades of Denim #0D4FBA
Tints of Denim #0D4FBA
RGB
CMYK
RGB Variations
Color information
#0D4FBA (or 0x0D4FBA) is known color: Denim. HEX triplet: 0D, 4F and BA. RGB value is (13,79,186). Sum of RGB (Red+Green+Blue) = 13+79+186=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D4FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4FBA is #F2B045. Grayscale: #464646. Windows color (decimal): -15904838 or 12209933. OLE color: 12209933.
HSL color Cylindrical-coordinate representation of color #0D4FBA: hue angle of 217.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4FBA is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 79 | 186 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.27 |
| HSL | 217.11º | 0.87% | 0.39% | - |
| HSV(B) | 217.11º | 0.93% | 0.73% | - |
| XYZ | 11.82 | 9.22 | 47.61 | - |
| YUV | 71.46 | 192.63 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 186 | 0.93 | 0.58 | 0 | 0.27 | 217.11 | 0.87 | 0.39 |
| Hex | D | 4F | BA | 5D | 3A | 0 | 1B | D9 | 57 | 27 |
| Octal | 15 | 117 | 272 | 135 | 72 | 0 | 33 | 331 | 127 | 47 |
| Binary | 1101 | 1001111 | 10111010 | 1011101 | 111010 | 0 | 11011 | 11011001 | 1010111 | 100111 |
Color Harmonies of #0D4FBA
Complementary color
Monochromatic Colors of #0D4FBA
Black with #0D4FBA
Text Example
Text Example
White with #0D4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4FBA; }
p { color: rgb(13,79,186); }
H1.HeaderClassName
{
color: #0D4FBA;
}
.AnyTagClassName
{
color: #0D4FBA;
}
</style>
background-color css
<style>
a { background-color: #0D4FBA; }
a { background-color: rgb(13,79,186); }
div.DivClassName
{
background-color: #0D4FBA;
}
.BgClassName
{
background-color: #0D4FBA;
}
</style>
border-color css
<style>
span { border-color: #0D4FBA; }
span { border-color: rgb(13,79,186); }
td.TdClassName
{
border-color: #0D4FBA;
}
.TagClassName
{
border-color: #0D4FBA;
}
</style>