Shades of Denim #015AB7
Tints of Denim #015AB7
RGB
CMYK
RGB Variations
Color information
#015AB7 (or 0x015AB7) is known color: Denim. HEX triplet: 01, 5A and B7. RGB value is (1,90,183). Sum of RGB (Red+Green+Blue) = 1+90+183=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 183 (71.88% from 255 or 66.79% from 274); Max value from RGB is 183 - color contains mainly: blue. Hex color #015AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AB7 is #FEA548. Grayscale: #494949. Windows color (decimal): -16688457 or 12016129. OLE color: 12016129.
HSL color Cylindrical-coordinate representation of color #015AB7: hue angle of 210.66º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AB7 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 90 | 183 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.28 |
| HSL | 210.66º | 0.99% | 0.36% | - |
| HSV(B) | 210.66º | 0.99% | 0.72% | - |
| XYZ | 12.22 | 10.74 | 46.23 | - |
| YUV | 73.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 183 | 0.99 | 0.51 | 0 | 0.28 | 210.66 | 0.99 | 0.36 |
| Hex | 1 | 5A | B7 | 63 | 33 | 0 | 1C | D3 | 63 | 24 |
| Octal | 1 | 132 | 267 | 143 | 63 | 0 | 34 | 323 | 143 | 44 |
| Binary | 1 | 1011010 | 10110111 | 1100011 | 110011 | 0 | 11100 | 11010011 | 1100011 | 100100 |
Color Harmonies of #015AB7
Complementary color
Monochromatic Colors of #015AB7
Black with #015AB7
Text Example
Text Example
White with #015AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AB7; }
p { color: rgb(1,90,183); }
H1.HeaderClassName
{
color: #015AB7;
}
.AnyTagClassName
{
color: #015AB7;
}
</style>
background-color css
<style>
a { background-color: #015AB7; }
a { background-color: rgb(1,90,183); }
div.DivClassName
{
background-color: #015AB7;
}
.BgClassName
{
background-color: #015AB7;
}
</style>
border-color css
<style>
span { border-color: #015AB7; }
span { border-color: rgb(1,90,183); }
td.TdClassName
{
border-color: #015AB7;
}
.TagClassName
{
border-color: #015AB7;
}
</style>