Shades of Denim #155ACF
Tints of Denim #155ACF
RGB
CMYK
RGB Variations
Color information
#155ACF (or 0x155ACF) is known color: Denim. HEX triplet: 15, 5A and CF. RGB value is (21,90,207). Sum of RGB (Red+Green+Blue) = 21+90+207=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #155ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ACF is #EAA530. Grayscale: #525252. Windows color (decimal): -15377713 or 13589013. OLE color: 13589013.
HSL color Cylindrical-coordinate representation of color #155ACF: hue angle of 217.74º 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 #155ACF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 90 | 207 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.19 |
| HSL | 217.74º | 0.82% | 0.45% | - |
| HSV(B) | 217.74º | 0.9% | 0.81% | - |
| XYZ | 15.23 | 11.98 | 60.54 | - |
| YUV | 82.71 | 198.14 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 207 | 0.90 | 0.57 | 0 | 0.19 | 217.74 | 0.82 | 0.45 |
| Hex | 15 | 5A | CF | 5A | 39 | 0 | 13 | DA | 52 | 2D |
| Octal | 25 | 132 | 317 | 132 | 71 | 0 | 23 | 332 | 122 | 55 |
| Binary | 10101 | 1011010 | 11001111 | 1011010 | 111001 | 0 | 10011 | 11011010 | 1010010 | 101101 |
Color Harmonies of #155ACF
Complementary color
Monochromatic Colors of #155ACF
Black with #155ACF
Text Example
Text Example
White with #155ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ACF; }
p { color: rgb(21,90,207); }
H1.HeaderClassName
{
color: #155ACF;
}
.AnyTagClassName
{
color: #155ACF;
}
</style>
background-color css
<style>
a { background-color: #155ACF; }
a { background-color: rgb(21,90,207); }
div.DivClassName
{
background-color: #155ACF;
}
.BgClassName
{
background-color: #155ACF;
}
</style>
border-color css
<style>
span { border-color: #155ACF; }
span { border-color: rgb(21,90,207); }
td.TdClassName
{
border-color: #155ACF;
}
.TagClassName
{
border-color: #155ACF;
}
</style>