Shades of Denim #155AAF
Tints of Denim #155AAF
RGB
CMYK
RGB Variations
Color information
#155AAF (or 0x155AAF) is known color: Denim. HEX triplet: 15, 5A and AF. RGB value is (21,90,175). Sum of RGB (Red+Green+Blue) = 21+90+175=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #155AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155AAF is #EAA550. Grayscale: #4E4E4E. Windows color (decimal): -15377745 or 11491861. OLE color: 11491861.
HSL color Cylindrical-coordinate representation of color #155AAF: hue angle of 213.12º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155AAF is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 90 | 175 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.31 |
| HSL | 213.12º | 0.79% | 0.38% | - |
| HSV(B) | 213.12º | 0.88% | 0.69% | - |
| XYZ | 11.7 | 10.57 | 41.98 | - |
| YUV | 79.06 | 182.14 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 175 | 0.88 | 0.49 | 0 | 0.31 | 213.12 | 0.79 | 0.38 |
| Hex | 15 | 5A | AF | 58 | 31 | 0 | 1F | D5 | 4F | 26 |
| Octal | 25 | 132 | 257 | 130 | 61 | 0 | 37 | 325 | 117 | 46 |
| Binary | 10101 | 1011010 | 10101111 | 1011000 | 110001 | 0 | 11111 | 11010101 | 1001111 | 100110 |
Color Harmonies of #155AAF
Complementary color
Monochromatic Colors of #155AAF
Black with #155AAF
Text Example
Text Example
White with #155AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AAF; }
p { color: rgb(21,90,175); }
H1.HeaderClassName
{
color: #155AAF;
}
.AnyTagClassName
{
color: #155AAF;
}
</style>
background-color css
<style>
a { background-color: #155AAF; }
a { background-color: rgb(21,90,175); }
div.DivClassName
{
background-color: #155AAF;
}
.BgClassName
{
background-color: #155AAF;
}
</style>
border-color css
<style>
span { border-color: #155AAF; }
span { border-color: rgb(21,90,175); }
td.TdClassName
{
border-color: #155AAF;
}
.TagClassName
{
border-color: #155AAF;
}
</style>