Shades of Denim #0D55B8
Tints of Denim #0D55B8
RGB
CMYK
RGB Variations
Color information
#0D55B8 (or 0x0D55B8) is known color: Denim. HEX triplet: 0D, 55 and B8. RGB value is (13,85,184). Sum of RGB (Red+Green+Blue) = 13+85+184=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #0D55B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D55B8 is #F2AA47. Grayscale: #4A4A4A. Windows color (decimal): -15903304 or 12080397. OLE color: 12080397.
HSL color Cylindrical-coordinate representation of color #0D55B8: hue angle of 214.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D55B8 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 85 | 184 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.28 |
| HSL | 214.74º | 0.87% | 0.39% | - |
| HSV(B) | 214.74º | 0.93% | 0.72% | - |
| XYZ | 12.07 | 10.04 | 46.65 | - |
| YUV | 74.76 | 189.65 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 184 | 0.93 | 0.54 | 0 | 0.28 | 214.74 | 0.87 | 0.39 |
| Hex | D | 55 | B8 | 5D | 36 | 0 | 1C | D7 | 57 | 27 |
| Octal | 15 | 125 | 270 | 135 | 66 | 0 | 34 | 327 | 127 | 47 |
| Binary | 1101 | 1010101 | 10111000 | 1011101 | 110110 | 0 | 11100 | 11010111 | 1010111 | 100111 |
Color Harmonies of #0D55B8
Complementary color
Monochromatic Colors of #0D55B8
Black with #0D55B8
Text Example
Text Example
White with #0D55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D55B8; }
p { color: rgb(13,85,184); }
H1.HeaderClassName
{
color: #0D55B8;
}
.AnyTagClassName
{
color: #0D55B8;
}
</style>
background-color css
<style>
a { background-color: #0D55B8; }
a { background-color: rgb(13,85,184); }
div.DivClassName
{
background-color: #0D55B8;
}
.BgClassName
{
background-color: #0D55B8;
}
</style>
border-color css
<style>
span { border-color: #0D55B8; }
span { border-color: rgb(13,85,184); }
td.TdClassName
{
border-color: #0D55B8;
}
.TagClassName
{
border-color: #0D55B8;
}
</style>