Shades of Denim #0D64BA
Tints of Denim #0D64BA
RGB
CMYK
RGB Variations
Color information
#0D64BA (or 0x0D64BA) is known color: Denim. HEX triplet: 0D, 64 and BA. RGB value is (13,100,186). Sum of RGB (Red+Green+Blue) = 13+100+186=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D64BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D64BA is #F29B45. Grayscale: #535353. Windows color (decimal): -15899462 or 12215309. OLE color: 12215309.
HSL color Cylindrical-coordinate representation of color #0D64BA: hue angle of 209.83º 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 #0D64BA is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 100 | 186 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.27 |
| HSL | 209.83º | 0.87% | 0.39% | - |
| HSV(B) | 209.83º | 0.93% | 0.73% | - |
| XYZ | 13.59 | 12.75 | 48.2 | - |
| YUV | 83.79 | 185.68 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 186 | 0.93 | 0.46 | 0 | 0.27 | 209.83 | 0.87 | 0.39 |
| Hex | D | 64 | BA | 5D | 2E | 0 | 1B | D2 | 57 | 27 |
| Octal | 15 | 144 | 272 | 135 | 56 | 0 | 33 | 322 | 127 | 47 |
| Binary | 1101 | 1100100 | 10111010 | 1011101 | 101110 | 0 | 11011 | 11010010 | 1010111 | 100111 |
Color Harmonies of #0D64BA
Complementary color
Monochromatic Colors of #0D64BA
Black with #0D64BA
Text Example
Text Example
White with #0D64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D64BA; }
p { color: rgb(13,100,186); }
H1.HeaderClassName
{
color: #0D64BA;
}
.AnyTagClassName
{
color: #0D64BA;
}
</style>
background-color css
<style>
a { background-color: #0D64BA; }
a { background-color: rgb(13,100,186); }
div.DivClassName
{
background-color: #0D64BA;
}
.BgClassName
{
background-color: #0D64BA;
}
</style>
border-color css
<style>
span { border-color: #0D64BA; }
span { border-color: rgb(13,100,186); }
td.TdClassName
{
border-color: #0D64BA;
}
.TagClassName
{
border-color: #0D64BA;
}
</style>