Shades of Denim #0D58CC
Tints of Denim #0D58CC
RGB
CMYK
RGB Variations
Color information
#0D58CC (or 0x0D58CC) is known color: Denim. HEX triplet: 0D, 58 and CC. RGB value is (13,88,204). Sum of RGB (Red+Green+Blue) = 13+88+204=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D58CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D58CC is #F2A733. Grayscale: #4E4E4E. Windows color (decimal): -15902516 or 13391885. OLE color: 13391885.
HSL color Cylindrical-coordinate representation of color #0D58CC: hue angle of 216.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D58CC is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 88 | 204 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.2 |
| HSL | 216.44º | 0.88% | 0.43% | - |
| HSV(B) | 216.44º | 0.94% | 0.8% | - |
| XYZ | 14.55 | 11.42 | 58.56 | - |
| YUV | 78.8 | 198.65 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 204 | 0.94 | 0.57 | 0 | 0.2 | 216.44 | 0.88 | 0.43 |
| Hex | D | 58 | CC | 5E | 39 | 0 | 14 | D8 | 58 | 2B |
| Octal | 15 | 130 | 314 | 136 | 71 | 0 | 24 | 330 | 130 | 53 |
| Binary | 1101 | 1011000 | 11001100 | 1011110 | 111001 | 0 | 10100 | 11011000 | 1011000 | 101011 |
Color Harmonies of #0D58CC
Complementary color
Monochromatic Colors of #0D58CC
Black with #0D58CC
Text Example
Text Example
White with #0D58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D58CC; }
p { color: rgb(13,88,204); }
H1.HeaderClassName
{
color: #0D58CC;
}
.AnyTagClassName
{
color: #0D58CC;
}
</style>
background-color css
<style>
a { background-color: #0D58CC; }
a { background-color: rgb(13,88,204); }
div.DivClassName
{
background-color: #0D58CC;
}
.BgClassName
{
background-color: #0D58CC;
}
</style>
border-color css
<style>
span { border-color: #0D58CC; }
span { border-color: rgb(13,88,204); }
td.TdClassName
{
border-color: #0D58CC;
}
.TagClassName
{
border-color: #0D58CC;
}
</style>