Shades of Denim #015DB1
Tints of Denim #015DB1
RGB
CMYK
RGB Variations
Color information
#015DB1 (or 0x015DB1) is known color: Denim. HEX triplet: 01, 5D and B1. RGB value is (1,93,177). Sum of RGB (Red+Green+Blue) = 1+93+177=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #015DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DB1 is #FEA24E. Grayscale: #4A4A4A. Windows color (decimal): -16687695 or 11623681. OLE color: 11623681.
HSL color Cylindrical-coordinate representation of color #015DB1: hue angle of 208.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DB1 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 93 | 177 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.31 |
| HSL | 208.64º | 0.99% | 0.35% | - |
| HSV(B) | 208.64º | 0.99% | 0.69% | - |
| XYZ | 11.86 | 11.01 | 43.09 | - |
| YUV | 75.07 | 185.52 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 177 | 0.99 | 0.47 | 0 | 0.31 | 208.64 | 0.99 | 0.35 |
| Hex | 1 | 5D | B1 | 63 | 2F | 0 | 1F | D1 | 63 | 23 |
| Octal | 1 | 135 | 261 | 143 | 57 | 0 | 37 | 321 | 143 | 43 |
| Binary | 1 | 1011101 | 10110001 | 1100011 | 101111 | 0 | 11111 | 11010001 | 1100011 | 100011 |
Color Harmonies of #015DB1
Complementary color
Monochromatic Colors of #015DB1
Black with #015DB1
Text Example
Text Example
White with #015DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DB1; }
p { color: rgb(1,93,177); }
H1.HeaderClassName
{
color: #015DB1;
}
.AnyTagClassName
{
color: #015DB1;
}
</style>
background-color css
<style>
a { background-color: #015DB1; }
a { background-color: rgb(1,93,177); }
div.DivClassName
{
background-color: #015DB1;
}
.BgClassName
{
background-color: #015DB1;
}
</style>
border-color css
<style>
span { border-color: #015DB1; }
span { border-color: rgb(1,93,177); }
td.TdClassName
{
border-color: #015DB1;
}
.TagClassName
{
border-color: #015DB1;
}
</style>