Shades of Denim #0D4DBF
Tints of Denim #0D4DBF
RGB
CMYK
RGB Variations
Color information
#0D4DBF (or 0x0D4DBF) is known color: Denim. HEX triplet: 0D, 4D and BF. RGB value is (13,77,191). Sum of RGB (Red+Green+Blue) = 13+77+191=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D4DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D4DBF is #F2B240. Grayscale: #464646. Windows color (decimal): -15905345 or 12537101. OLE color: 12537101.
HSL color Cylindrical-coordinate representation of color #0D4DBF: hue angle of 218.43º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D4DBF is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 13 | 77 | 191 | - |
CMYK | 0.93 | 0.60 | 0 | 0.25 |
HSL | 218.43º | 0.87% | 0.4% | - |
HSV(B) | 218.43º | 0.93% | 0.75% | - |
XYZ | 12.22 | 9.15 | 50.41 | - |
YUV | 70.86 | 195.8 | 86.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 13 | 77 | 191 | 0.93 | 0.60 | 0 | 0.25 | 218.43 | 0.87 | 0.4 |
Hex | D | 4D | BF | 5D | 3C | 0 | 19 | DA | 57 | 28 |
Octal | 15 | 115 | 277 | 135 | 74 | 0 | 31 | 332 | 127 | 50 |
Binary | 1101 | 1001101 | 10111111 | 1011101 | 111100 | 0 | 11001 | 11011010 | 1010111 | 101000 |
Color Harmonies of #0D4DBF
Complementary color
Monochromatic Colors of #0D4DBF
Black with #0D4DBF
Text Example
Text Example
White with #0D4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4DBF; }
p { color: rgb(13,77,191); }
H1.HeaderClassName
{
color: #0D4DBF;
}
.AnyTagClassName
{
color: #0D4DBF;
}
</style>
background-color css
<style>
a { background-color: #0D4DBF; }
a { background-color: rgb(13,77,191); }
div.DivClassName
{
background-color: #0D4DBF;
}
.BgClassName
{
background-color: #0D4DBF;
}
</style>
border-color css
<style>
span { border-color: #0D4DBF; }
span { border-color: rgb(13,77,191); }
td.TdClassName
{
border-color: #0D4DBF;
}
.TagClassName
{
border-color: #0D4DBF;
}
</style>