Shades of Denim #0D68BB
Tints of Denim #0D68BB
RGB
CMYK
RGB Variations
Color information
#0D68BB (or 0x0D68BB) is known color: Denim. HEX triplet: 0D, 68 and BB. RGB value is (13,104,187). Sum of RGB (Red+Green+Blue) = 13+104+187=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D68BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D68BB is #F29744. Grayscale: #555555. Windows color (decimal): -15898437 or 12281869. OLE color: 12281869.
HSL color Cylindrical-coordinate representation of color #0D68BB: hue angle of 208.62º 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 #0D68BB is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 104 | 187 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.27 |
| HSL | 208.62º | 0.87% | 0.39% | - |
| HSV(B) | 208.62º | 0.93% | 0.73% | - |
| XYZ | 14.09 | 13.57 | 48.89 | - |
| YUV | 86.25 | 184.85 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 187 | 0.93 | 0.44 | 0 | 0.27 | 208.62 | 0.87 | 0.39 |
| Hex | D | 68 | BB | 5D | 2C | 0 | 1B | D1 | 57 | 27 |
| Octal | 15 | 150 | 273 | 135 | 54 | 0 | 33 | 321 | 127 | 47 |
| Binary | 1101 | 1101000 | 10111011 | 1011101 | 101100 | 0 | 11011 | 11010001 | 1010111 | 100111 |
Color Harmonies of #0D68BB
Complementary color
Monochromatic Colors of #0D68BB
Black with #0D68BB
Text Example
Text Example
White with #0D68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D68BB; }
p { color: rgb(13,104,187); }
H1.HeaderClassName
{
color: #0D68BB;
}
.AnyTagClassName
{
color: #0D68BB;
}
</style>
background-color css
<style>
a { background-color: #0D68BB; }
a { background-color: rgb(13,104,187); }
div.DivClassName
{
background-color: #0D68BB;
}
.BgClassName
{
background-color: #0D68BB;
}
</style>
border-color css
<style>
span { border-color: #0D68BB; }
span { border-color: rgb(13,104,187); }
td.TdClassName
{
border-color: #0D68BB;
}
.TagClassName
{
border-color: #0D68BB;
}
</style>