Shades of Denim #155BAF
Tints of Denim #155BAF
RGB
CMYK
RGB Variations
Color information
#155BAF (or 0x155BAF) is known color: Denim. HEX triplet: 15, 5B and AF. RGB value is (21,91,175). Sum of RGB (Red+Green+Blue) = 21+91+175=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #155BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155BAF is #EAA450. Grayscale: #4F4F4F. Windows color (decimal): -15377489 or 11492117. OLE color: 11492117.
HSL color Cylindrical-coordinate representation of color #155BAF: hue angle of 212.73º 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 #155BAF is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 91 | 175 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.31 |
| HSL | 212.73º | 0.79% | 0.38% | - |
| HSV(B) | 212.73º | 0.88% | 0.69% | - |
| XYZ | 11.79 | 10.74 | 42.01 | - |
| YUV | 79.65 | 181.81 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 175 | 0.88 | 0.48 | 0 | 0.31 | 212.73 | 0.79 | 0.38 |
| Hex | 15 | 5B | AF | 58 | 30 | 0 | 1F | D5 | 4F | 26 |
| Octal | 25 | 133 | 257 | 130 | 60 | 0 | 37 | 325 | 117 | 46 |
| Binary | 10101 | 1011011 | 10101111 | 1011000 | 110000 | 0 | 11111 | 11010101 | 1001111 | 100110 |
Color Harmonies of #155BAF
Complementary color
Monochromatic Colors of #155BAF
Black with #155BAF
Text Example
Text Example
White with #155BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BAF; }
p { color: rgb(21,91,175); }
H1.HeaderClassName
{
color: #155BAF;
}
.AnyTagClassName
{
color: #155BAF;
}
</style>
background-color css
<style>
a { background-color: #155BAF; }
a { background-color: rgb(21,91,175); }
div.DivClassName
{
background-color: #155BAF;
}
.BgClassName
{
background-color: #155BAF;
}
</style>
border-color css
<style>
span { border-color: #155BAF; }
span { border-color: rgb(21,91,175); }
td.TdClassName
{
border-color: #155BAF;
}
.TagClassName
{
border-color: #155BAF;
}
</style>