Shades of Denim #155AD3
Tints of Denim #155AD3
RGB
CMYK
RGB Variations
Color information
#155AD3 (or 0x155AD3) is known color: Denim. HEX triplet: 15, 5A and D3. RGB value is (21,90,211). Sum of RGB (Red+Green+Blue) = 21+90+211=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 211 (82.81% from 255 or 65.53% from 322); Max value from RGB is 211 - color contains mainly: blue. Hex color #155AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AD3 is #EAA52C. Grayscale: #525252. Windows color (decimal): -15377709 or 13851157. OLE color: 13851157.
HSL color Cylindrical-coordinate representation of color #155AD3: hue angle of 218.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155AD3 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 90 | 211 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.17 |
| HSL | 218.21º | 0.82% | 0.45% | - |
| HSV(B) | 218.21º | 0.9% | 0.83% | - |
| XYZ | 15.72 | 12.17 | 63.15 | - |
| YUV | 83.16 | 200.14 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 211 | 0.90 | 0.57 | 0 | 0.17 | 218.21 | 0.82 | 0.45 |
| Hex | 15 | 5A | D3 | 5A | 39 | 0 | 11 | DA | 52 | 2D |
| Octal | 25 | 132 | 323 | 132 | 71 | 0 | 21 | 332 | 122 | 55 |
| Binary | 10101 | 1011010 | 11010011 | 1011010 | 111001 | 0 | 10001 | 11011010 | 1010010 | 101101 |
Color Harmonies of #155AD3
Complementary color
Monochromatic Colors of #155AD3
Black with #155AD3
Text Example
Text Example
White with #155AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AD3; }
p { color: rgb(21,90,211); }
H1.HeaderClassName
{
color: #155AD3;
}
.AnyTagClassName
{
color: #155AD3;
}
</style>
background-color css
<style>
a { background-color: #155AD3; }
a { background-color: rgb(21,90,211); }
div.DivClassName
{
background-color: #155AD3;
}
.BgClassName
{
background-color: #155AD3;
}
</style>
border-color css
<style>
span { border-color: #155AD3; }
span { border-color: rgb(21,90,211); }
td.TdClassName
{
border-color: #155AD3;
}
.TagClassName
{
border-color: #155AD3;
}
</style>