Shades of Denim #165ACF
Tints of Denim #165ACF
RGB
CMYK
RGB Variations
Color information
#165ACF (or 0x165ACF) is known color: Denim. HEX triplet: 16, 5A and CF. RGB value is (22,90,207). Sum of RGB (Red+Green+Blue) = 22+90+207=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #165ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ACF is #E9A530. Grayscale: #525252. Windows color (decimal): -15312177 or 13589014. OLE color: 13589014.
HSL color Cylindrical-coordinate representation of color #165ACF: hue angle of 217.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165ACF is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 90 | 207 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.19 |
| HSL | 217.95º | 0.81% | 0.45% | - |
| HSV(B) | 217.95º | 0.89% | 0.81% | - |
| XYZ | 15.25 | 11.99 | 60.54 | - |
| YUV | 83.01 | 197.97 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 207 | 0.89 | 0.57 | 0 | 0.19 | 217.95 | 0.81 | 0.45 |
| Hex | 16 | 5A | CF | 59 | 39 | 0 | 13 | DA | 51 | 2D |
| Octal | 26 | 132 | 317 | 131 | 71 | 0 | 23 | 332 | 121 | 55 |
| Binary | 10110 | 1011010 | 11001111 | 1011001 | 111001 | 0 | 10011 | 11011010 | 1010001 | 101101 |
Color Harmonies of #165ACF
Complementary color
Monochromatic Colors of #165ACF
Black with #165ACF
Text Example
Text Example
White with #165ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ACF; }
p { color: rgb(22,90,207); }
H1.HeaderClassName
{
color: #165ACF;
}
.AnyTagClassName
{
color: #165ACF;
}
</style>
background-color css
<style>
a { background-color: #165ACF; }
a { background-color: rgb(22,90,207); }
div.DivClassName
{
background-color: #165ACF;
}
.BgClassName
{
background-color: #165ACF;
}
</style>
border-color css
<style>
span { border-color: #165ACF; }
span { border-color: rgb(22,90,207); }
td.TdClassName
{
border-color: #165ACF;
}
.TagClassName
{
border-color: #165ACF;
}
</style>