Shades of Denim #015AB9
Tints of Denim #015AB9
RGB
CMYK
RGB Variations
Color information
#015AB9 (or 0x015AB9) is known color: Denim. HEX triplet: 01, 5A and B9. RGB value is (1,90,185). Sum of RGB (Red+Green+Blue) = 1+90+185=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #015AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015AB9 is #FEA546. Grayscale: #494949. Windows color (decimal): -16688455 or 12147201. OLE color: 12147201.
HSL color Cylindrical-coordinate representation of color #015AB9: hue angle of 210.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AB9 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 90 | 185 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.27 |
| HSL | 210.98º | 0.99% | 0.36% | - |
| HSV(B) | 210.98º | 0.99% | 0.73% | - |
| XYZ | 12.43 | 10.82 | 47.33 | - |
| YUV | 74.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 185 | 0.99 | 0.51 | 0 | 0.27 | 210.98 | 0.99 | 0.36 |
| Hex | 1 | 5A | B9 | 63 | 33 | 0 | 1B | D3 | 63 | 24 |
| Octal | 1 | 132 | 271 | 143 | 63 | 0 | 33 | 323 | 143 | 44 |
| Binary | 1 | 1011010 | 10111001 | 1100011 | 110011 | 0 | 11011 | 11010011 | 1100011 | 100100 |
Color Harmonies of #015AB9
Complementary color
Monochromatic Colors of #015AB9
Black with #015AB9
Text Example
Text Example
White with #015AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AB9; }
p { color: rgb(1,90,185); }
H1.HeaderClassName
{
color: #015AB9;
}
.AnyTagClassName
{
color: #015AB9;
}
</style>
background-color css
<style>
a { background-color: #015AB9; }
a { background-color: rgb(1,90,185); }
div.DivClassName
{
background-color: #015AB9;
}
.BgClassName
{
background-color: #015AB9;
}
</style>
border-color css
<style>
span { border-color: #015AB9; }
span { border-color: rgb(1,90,185); }
td.TdClassName
{
border-color: #015AB9;
}
.TagClassName
{
border-color: #015AB9;
}
</style>