Shades of Denim #156ACF
Tints of Denim #156ACF
RGB
CMYK
RGB Variations
Color information
#156ACF (or 0x156ACF) is known color: Denim. HEX triplet: 15, 6A and CF. RGB value is (21,106,207). Sum of RGB (Red+Green+Blue) = 21+106+207=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #156ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ACF is #EA9530. Grayscale: #5B5B5B. Windows color (decimal): -15373617 or 13593109. OLE color: 13593109.
HSL color Cylindrical-coordinate representation of color #156ACF: hue angle of 212.58º 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 #156ACF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 106 | 207 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.19 |
| HSL | 212.58º | 0.82% | 0.45% | - |
| HSV(B) | 212.58º | 0.9% | 0.81% | - |
| XYZ | 16.73 | 14.97 | 61.04 | - |
| YUV | 92.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 207 | 0.90 | 0.49 | 0 | 0.19 | 212.58 | 0.82 | 0.45 |
| Hex | 15 | 6A | CF | 5A | 31 | 0 | 13 | D5 | 52 | 2D |
| Octal | 25 | 152 | 317 | 132 | 61 | 0 | 23 | 325 | 122 | 55 |
| Binary | 10101 | 1101010 | 11001111 | 1011010 | 110001 | 0 | 10011 | 11010101 | 1010010 | 101101 |
Color Harmonies of #156ACF
Complementary color
Monochromatic Colors of #156ACF
Black with #156ACF
Text Example
Text Example
White with #156ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ACF; }
p { color: rgb(21,106,207); }
H1.HeaderClassName
{
color: #156ACF;
}
.AnyTagClassName
{
color: #156ACF;
}
</style>
background-color css
<style>
a { background-color: #156ACF; }
a { background-color: rgb(21,106,207); }
div.DivClassName
{
background-color: #156ACF;
}
.BgClassName
{
background-color: #156ACF;
}
</style>
border-color css
<style>
span { border-color: #156ACF; }
span { border-color: rgb(21,106,207); }
td.TdClassName
{
border-color: #156ACF;
}
.TagClassName
{
border-color: #156ACF;
}
</style>