Shades of Denim #155ECF
Tints of Denim #155ECF
RGB
CMYK
RGB Variations
Color information
#155ECF (or 0x155ECF) is known color: Denim. HEX triplet: 15, 5E and CF. RGB value is (21,94,207). Sum of RGB (Red+Green+Blue) = 21+94+207=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #155ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ECF is #EAA130. Grayscale: #545454. Windows color (decimal): -15376689 or 13590037. OLE color: 13590037.
HSL color Cylindrical-coordinate representation of color #155ECF: hue angle of 216.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155ECF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 94 | 207 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.19 |
| HSL | 216.45º | 0.82% | 0.45% | - |
| HSV(B) | 216.45º | 0.9% | 0.81% | - |
| XYZ | 15.57 | 12.67 | 60.66 | - |
| YUV | 85.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 207 | 0.90 | 0.55 | 0 | 0.19 | 216.45 | 0.82 | 0.45 |
| Hex | 15 | 5E | CF | 5A | 37 | 0 | 13 | D8 | 52 | 2D |
| Octal | 25 | 136 | 317 | 132 | 67 | 0 | 23 | 330 | 122 | 55 |
| Binary | 10101 | 1011110 | 11001111 | 1011010 | 110111 | 0 | 10011 | 11011000 | 1010010 | 101101 |
Color Harmonies of #155ECF
Complementary color
Monochromatic Colors of #155ECF
Black with #155ECF
Text Example
Text Example
White with #155ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ECF; }
p { color: rgb(21,94,207); }
H1.HeaderClassName
{
color: #155ECF;
}
.AnyTagClassName
{
color: #155ECF;
}
</style>
background-color css
<style>
a { background-color: #155ECF; }
a { background-color: rgb(21,94,207); }
div.DivClassName
{
background-color: #155ECF;
}
.BgClassName
{
background-color: #155ECF;
}
</style>
border-color css
<style>
span { border-color: #155ECF; }
span { border-color: rgb(21,94,207); }
td.TdClassName
{
border-color: #155ECF;
}
.TagClassName
{
border-color: #155ECF;
}
</style>