Shades of Denim #0D65BE
Tints of Denim #0D65BE
RGB
CMYK
RGB Variations
Color information
#0D65BE (or 0x0D65BE) is known color: Denim. HEX triplet: 0D, 65 and BE. RGB value is (13,101,190). Sum of RGB (Red+Green+Blue) = 13+101+190=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D65BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D65BE is #F29A41. Grayscale: #545454. Windows color (decimal): -15899202 or 12477709. OLE color: 12477709.
HSL color Cylindrical-coordinate representation of color #0D65BE: hue angle of 210.17º 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 #0D65BE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 101 | 190 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.25 |
| HSL | 210.17º | 0.87% | 0.4% | - |
| HSV(B) | 210.17º | 0.93% | 0.75% | - |
| XYZ | 14.11 | 13.11 | 50.5 | - |
| YUV | 84.83 | 187.35 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 190 | 0.93 | 0.47 | 0 | 0.25 | 210.17 | 0.87 | 0.4 |
| Hex | D | 65 | BE | 5D | 2F | 0 | 19 | D2 | 57 | 28 |
| Octal | 15 | 145 | 276 | 135 | 57 | 0 | 31 | 322 | 127 | 50 |
| Binary | 1101 | 1100101 | 10111110 | 1011101 | 101111 | 0 | 11001 | 11010010 | 1010111 | 101000 |
Color Harmonies of #0D65BE
Complementary color
Monochromatic Colors of #0D65BE
Black with #0D65BE
Text Example
Text Example
White with #0D65BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65BE; }
p { color: rgb(13,101,190); }
H1.HeaderClassName
{
color: #0D65BE;
}
.AnyTagClassName
{
color: #0D65BE;
}
</style>
background-color css
<style>
a { background-color: #0D65BE; }
a { background-color: rgb(13,101,190); }
div.DivClassName
{
background-color: #0D65BE;
}
.BgClassName
{
background-color: #0D65BE;
}
</style>
border-color css
<style>
span { border-color: #0D65BE; }
span { border-color: rgb(13,101,190); }
td.TdClassName
{
border-color: #0D65BE;
}
.TagClassName
{
border-color: #0D65BE;
}
</style>