Shades of Denim #0D58C1
Tints of Denim #0D58C1
RGB
CMYK
RGB Variations
Color information
#0D58C1 (or 0x0D58C1) is known color: Denim. HEX triplet: 0D, 58 and C1. RGB value is (13,88,193). Sum of RGB (Red+Green+Blue) = 13+88+193=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D58C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D58C1 is #F2A73E. Grayscale: #4D4D4D. Windows color (decimal): -15902527 or 12670989. OLE color: 12670989.
HSL color Cylindrical-coordinate representation of color #0D58C1: hue angle of 215º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D58C1 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 88 | 193 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.24 |
| HSL | 215º | 0.87% | 0.4% | - |
| HSV(B) | 215º | 0.93% | 0.76% | - |
| XYZ | 13.28 | 10.92 | 51.86 | - |
| YUV | 77.55 | 193.15 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 193 | 0.93 | 0.54 | 0 | 0.24 | 215 | 0.87 | 0.4 |
| Hex | D | 58 | C1 | 5D | 36 | 0 | 18 | D7 | 57 | 28 |
| Octal | 15 | 130 | 301 | 135 | 66 | 0 | 30 | 327 | 127 | 50 |
| Binary | 1101 | 1011000 | 11000001 | 1011101 | 110110 | 0 | 11000 | 11010111 | 1010111 | 101000 |
Color Harmonies of #0D58C1
Complementary color
Monochromatic Colors of #0D58C1
Black with #0D58C1
Text Example
Text Example
White with #0D58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D58C1; }
p { color: rgb(13,88,193); }
H1.HeaderClassName
{
color: #0D58C1;
}
.AnyTagClassName
{
color: #0D58C1;
}
</style>
background-color css
<style>
a { background-color: #0D58C1; }
a { background-color: rgb(13,88,193); }
div.DivClassName
{
background-color: #0D58C1;
}
.BgClassName
{
background-color: #0D58C1;
}
</style>
border-color css
<style>
span { border-color: #0D58C1; }
span { border-color: rgb(13,88,193); }
td.TdClassName
{
border-color: #0D58C1;
}
.TagClassName
{
border-color: #0D58C1;
}
</style>