Shades of Denim #1861CF
Tints of Denim #1861CF
RGB
CMYK
RGB Variations
Color information
#1861CF (or 0x1861CF) is known color: Denim. HEX triplet: 18, 61 and CF. RGB value is (24,97,207). Sum of RGB (Red+Green+Blue) = 24+97+207=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #1861CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1861CF is #E79E30. Grayscale: #575757. Windows color (decimal): -15179313 or 13590808. OLE color: 13590808.
HSL color Cylindrical-coordinate representation of color #1861CF: hue angle of 216.07º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1861CF is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 97 | 207 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.19 |
| HSL | 216.07º | 0.79% | 0.45% | - |
| HSV(B) | 216.07º | 0.88% | 0.81% | - |
| XYZ | 15.91 | 13.25 | 60.75 | - |
| YUV | 87.71 | 195.32 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 207 | 0.88 | 0.53 | 0 | 0.19 | 216.07 | 0.79 | 0.45 |
| Hex | 18 | 61 | CF | 58 | 35 | 0 | 13 | D8 | 4F | 2D |
| Octal | 30 | 141 | 317 | 130 | 65 | 0 | 23 | 330 | 117 | 55 |
| Binary | 11000 | 1100001 | 11001111 | 1011000 | 110101 | 0 | 10011 | 11011000 | 1001111 | 101101 |
Color Harmonies of #1861CF
Complementary color
Monochromatic Colors of #1861CF
Black with #1861CF
Text Example
Text Example
White with #1861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861CF; }
p { color: rgb(24,97,207); }
H1.HeaderClassName
{
color: #1861CF;
}
.AnyTagClassName
{
color: #1861CF;
}
</style>
background-color css
<style>
a { background-color: #1861CF; }
a { background-color: rgb(24,97,207); }
div.DivClassName
{
background-color: #1861CF;
}
.BgClassName
{
background-color: #1861CF;
}
</style>
border-color css
<style>
span { border-color: #1861CF; }
span { border-color: rgb(24,97,207); }
td.TdClassName
{
border-color: #1861CF;
}
.TagClassName
{
border-color: #1861CF;
}
</style>