Shades of Denim #015FAE
Tints of Denim #015FAE
RGB
CMYK
RGB Variations
Color information
#015FAE (or 0x015FAE) is known color: Denim. HEX triplet: 01, 5F and AE. RGB value is (1,95,174). Sum of RGB (Red+Green+Blue) = 1+95+174=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #015FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015FAE is #FEA051. Grayscale: #4B4B4B. Windows color (decimal): -16687186 or 11427585. OLE color: 11427585.
HSL color Cylindrical-coordinate representation of color #015FAE: hue angle of 207.4º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015FAE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 95 | 174 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.32 |
| HSL | 207.4º | 0.99% | 0.34% | - |
| HSV(B) | 207.4º | 0.99% | 0.68% | - |
| XYZ | 11.74 | 11.25 | 41.6 | - |
| YUV | 75.9 | 183.36 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 174 | 0.99 | 0.45 | 0 | 0.32 | 207.4 | 0.99 | 0.34 |
| Hex | 1 | 5F | AE | 63 | 2D | 0 | 20 | CF | 63 | 22 |
| Octal | 1 | 137 | 256 | 143 | 55 | 0 | 40 | 317 | 143 | 42 |
| Binary | 1 | 1011111 | 10101110 | 1100011 | 101101 | 0 | 100000 | 11001111 | 1100011 | 100010 |
Color Harmonies of #015FAE
Complementary color
Monochromatic Colors of #015FAE
Black with #015FAE
Text Example
Text Example
White with #015FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015FAE; }
p { color: rgb(1,95,174); }
H1.HeaderClassName
{
color: #015FAE;
}
.AnyTagClassName
{
color: #015FAE;
}
</style>
background-color css
<style>
a { background-color: #015FAE; }
a { background-color: rgb(1,95,174); }
div.DivClassName
{
background-color: #015FAE;
}
.BgClassName
{
background-color: #015FAE;
}
</style>
border-color css
<style>
span { border-color: #015FAE; }
span { border-color: rgb(1,95,174); }
td.TdClassName
{
border-color: #015FAE;
}
.TagClassName
{
border-color: #015FAE;
}
</style>