Shades of Denim #0D58B0
Tints of Denim #0D58B0
RGB
CMYK
RGB Variations
Color information
#0D58B0 (or 0x0D58B0) is known color: Denim. HEX triplet: 0D, 58 and B0. RGB value is (13,88,176). Sum of RGB (Red+Green+Blue) = 13+88+176=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 176 (69.14% from 255 or 63.54% from 277); Max value from RGB is 176 - color contains mainly: blue. Hex color #0D58B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D58B0 is #F2A74F. Grayscale: #4B4B4B. Windows color (decimal): -15902544 or 11556877. OLE color: 11556877.
HSL color Cylindrical-coordinate representation of color #0D58B0: hue angle of 212.39º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D58B0 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 88 | 176 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.31 |
| HSL | 212.39º | 0.86% | 0.37% | - |
| HSV(B) | 212.39º | 0.93% | 0.69% | - |
| XYZ | 11.49 | 10.2 | 42.44 | - |
| YUV | 75.61 | 184.65 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 176 | 0.93 | 0.50 | 0 | 0.31 | 212.39 | 0.86 | 0.37 |
| Hex | D | 58 | B0 | 5D | 32 | 0 | 1F | D4 | 56 | 25 |
| Octal | 15 | 130 | 260 | 135 | 62 | 0 | 37 | 324 | 126 | 45 |
| Binary | 1101 | 1011000 | 10110000 | 1011101 | 110010 | 0 | 11111 | 11010100 | 1010110 | 100101 |
Color Harmonies of #0D58B0
Complementary color
Monochromatic Colors of #0D58B0
Black with #0D58B0
Text Example
Text Example
White with #0D58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D58B0; }
p { color: rgb(13,88,176); }
H1.HeaderClassName
{
color: #0D58B0;
}
.AnyTagClassName
{
color: #0D58B0;
}
</style>
background-color css
<style>
a { background-color: #0D58B0; }
a { background-color: rgb(13,88,176); }
div.DivClassName
{
background-color: #0D58B0;
}
.BgClassName
{
background-color: #0D58B0;
}
</style>
border-color css
<style>
span { border-color: #0D58B0; }
span { border-color: rgb(13,88,176); }
td.TdClassName
{
border-color: #0D58B0;
}
.TagClassName
{
border-color: #0D58B0;
}
</style>