Shades of Denim #155AC1
Tints of Denim #155AC1
RGB
CMYK
RGB Variations
Color information
#155AC1 (or 0x155AC1) is known color: Denim. HEX triplet: 15, 5A and C1. RGB value is (21,90,193). Sum of RGB (Red+Green+Blue) = 21+90+193=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #155AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AC1 is #EAA53E. Grayscale: #505050. Windows color (decimal): -15377727 or 12671509. OLE color: 12671509.
HSL color Cylindrical-coordinate representation of color #155AC1: hue angle of 215.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155AC1 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 90 | 193 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.24 |
| HSL | 215.93º | 0.8% | 0.42% | - |
| HSV(B) | 215.93º | 0.89% | 0.76% | - |
| XYZ | 13.59 | 11.32 | 51.92 | - |
| YUV | 81.11 | 191.14 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 193 | 0.89 | 0.53 | 0 | 0.24 | 215.93 | 0.8 | 0.42 |
| Hex | 15 | 5A | C1 | 59 | 35 | 0 | 18 | D8 | 50 | 2A |
| Octal | 25 | 132 | 301 | 131 | 65 | 0 | 30 | 330 | 120 | 52 |
| Binary | 10101 | 1011010 | 11000001 | 1011001 | 110101 | 0 | 11000 | 11011000 | 1010000 | 101010 |
Color Harmonies of #155AC1
Complementary color
Monochromatic Colors of #155AC1
Black with #155AC1
Text Example
Text Example
White with #155AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AC1; }
p { color: rgb(21,90,193); }
H1.HeaderClassName
{
color: #155AC1;
}
.AnyTagClassName
{
color: #155AC1;
}
</style>
background-color css
<style>
a { background-color: #155AC1; }
a { background-color: rgb(21,90,193); }
div.DivClassName
{
background-color: #155AC1;
}
.BgClassName
{
background-color: #155AC1;
}
</style>
border-color css
<style>
span { border-color: #155AC1; }
span { border-color: rgb(21,90,193); }
td.TdClassName
{
border-color: #155AC1;
}
.TagClassName
{
border-color: #155AC1;
}
</style>