Shades of Denim #155CC9
Tints of Denim #155CC9
RGB
CMYK
RGB Variations
Color information
#155CC9 (or 0x155CC9) is known color: Denim. HEX triplet: 15, 5C and C9. RGB value is (21,92,201). Sum of RGB (Red+Green+Blue) = 21+92+201=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #155CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155CC9 is #EAA336. Grayscale: #525252. Windows color (decimal): -15377207 or 13196309. OLE color: 13196309.
HSL color Cylindrical-coordinate representation of color #155CC9: hue angle of 216.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155CC9 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 92 | 201 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.21 |
| HSL | 216.33º | 0.81% | 0.44% | - |
| HSV(B) | 216.33º | 0.9% | 0.79% | - |
| XYZ | 14.68 | 12.03 | 56.81 | - |
| YUV | 83.2 | 194.48 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 201 | 0.90 | 0.54 | 0 | 0.21 | 216.33 | 0.81 | 0.44 |
| Hex | 15 | 5C | C9 | 5A | 36 | 0 | 15 | D8 | 51 | 2C |
| Octal | 25 | 134 | 311 | 132 | 66 | 0 | 25 | 330 | 121 | 54 |
| Binary | 10101 | 1011100 | 11001001 | 1011010 | 110110 | 0 | 10101 | 11011000 | 1010001 | 101100 |
Color Harmonies of #155CC9
Complementary color
Monochromatic Colors of #155CC9
Black with #155CC9
Text Example
Text Example
White with #155CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155CC9; }
p { color: rgb(21,92,201); }
H1.HeaderClassName
{
color: #155CC9;
}
.AnyTagClassName
{
color: #155CC9;
}
</style>
background-color css
<style>
a { background-color: #155CC9; }
a { background-color: rgb(21,92,201); }
div.DivClassName
{
background-color: #155CC9;
}
.BgClassName
{
background-color: #155CC9;
}
</style>
border-color css
<style>
span { border-color: #155CC9; }
span { border-color: rgb(21,92,201); }
td.TdClassName
{
border-color: #155CC9;
}
.TagClassName
{
border-color: #155CC9;
}
</style>