Shades of Denim #015DB5
Tints of Denim #015DB5
RGB
CMYK
RGB Variations
Color information
#015DB5 (or 0x015DB5) is known color: Denim. HEX triplet: 01, 5D and B5. RGB value is (1,93,181). Sum of RGB (Red+Green+Blue) = 1+93+181=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 181 (71.09% from 255 or 65.82% from 275); Max value from RGB is 181 - color contains mainly: blue. Hex color #015DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DB5 is #FEA24A. Grayscale: #4B4B4B. Windows color (decimal): -16687691 or 11885825. OLE color: 11885825.
HSL color Cylindrical-coordinate representation of color #015DB5: hue angle of 209.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DB5 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 93 | 181 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.29 |
| HSL | 209.33º | 0.99% | 0.36% | - |
| HSV(B) | 209.33º | 0.99% | 0.71% | - |
| XYZ | 12.27 | 11.17 | 45.23 | - |
| YUV | 75.52 | 187.52 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 181 | 0.99 | 0.49 | 0 | 0.29 | 209.33 | 0.99 | 0.36 |
| Hex | 1 | 5D | B5 | 63 | 31 | 0 | 1D | D1 | 63 | 24 |
| Octal | 1 | 135 | 265 | 143 | 61 | 0 | 35 | 321 | 143 | 44 |
| Binary | 1 | 1011101 | 10110101 | 1100011 | 110001 | 0 | 11101 | 11010001 | 1100011 | 100100 |
Color Harmonies of #015DB5
Complementary color
Monochromatic Colors of #015DB5
Black with #015DB5
Text Example
Text Example
White with #015DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DB5; }
p { color: rgb(1,93,181); }
H1.HeaderClassName
{
color: #015DB5;
}
.AnyTagClassName
{
color: #015DB5;
}
</style>
background-color css
<style>
a { background-color: #015DB5; }
a { background-color: rgb(1,93,181); }
div.DivClassName
{
background-color: #015DB5;
}
.BgClassName
{
background-color: #015DB5;
}
</style>
border-color css
<style>
span { border-color: #015DB5; }
span { border-color: rgb(1,93,181); }
td.TdClassName
{
border-color: #015DB5;
}
.TagClassName
{
border-color: #015DB5;
}
</style>