Shades of Denim #0D52BE
Tints of Denim #0D52BE
RGB
CMYK
RGB Variations
Color information
#0D52BE (or 0x0D52BE) is known color: Denim. HEX triplet: 0D, 52 and BE. RGB value is (13,82,190). Sum of RGB (Red+Green+Blue) = 13+82+190=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D52BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D52BE is #F2AD41. Grayscale: #494949. Windows color (decimal): -15904066 or 12472845. OLE color: 12472845.
HSL color Cylindrical-coordinate representation of color #0D52BE: hue angle of 216.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D52BE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 82 | 190 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.25 |
| HSL | 216.61º | 0.87% | 0.4% | - |
| HSV(B) | 216.61º | 0.93% | 0.75% | - |
| XYZ | 12.48 | 9.84 | 49.96 | - |
| YUV | 73.68 | 193.64 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 190 | 0.93 | 0.57 | 0 | 0.25 | 216.61 | 0.87 | 0.4 |
| Hex | D | 52 | BE | 5D | 39 | 0 | 19 | D9 | 57 | 28 |
| Octal | 15 | 122 | 276 | 135 | 71 | 0 | 31 | 331 | 127 | 50 |
| Binary | 1101 | 1010010 | 10111110 | 1011101 | 111001 | 0 | 11001 | 11011001 | 1010111 | 101000 |
Color Harmonies of #0D52BE
Complementary color
Monochromatic Colors of #0D52BE
Black with #0D52BE
Text Example
Text Example
White with #0D52BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D52BE; }
p { color: rgb(13,82,190); }
H1.HeaderClassName
{
color: #0D52BE;
}
.AnyTagClassName
{
color: #0D52BE;
}
</style>
background-color css
<style>
a { background-color: #0D52BE; }
a { background-color: rgb(13,82,190); }
div.DivClassName
{
background-color: #0D52BE;
}
.BgClassName
{
background-color: #0D52BE;
}
</style>
border-color css
<style>
span { border-color: #0D52BE; }
span { border-color: rgb(13,82,190); }
td.TdClassName
{
border-color: #0D52BE;
}
.TagClassName
{
border-color: #0D52BE;
}
</style>