Shades of Denim #1861CB
Tints of Denim #1861CB
RGB
CMYK
RGB Variations
Color information
#1861CB (or 0x1861CB) is known color: Denim. HEX triplet: 18, 61 and CB. RGB value is (24,97,203). Sum of RGB (Red+Green+Blue) = 24+97+203=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #1861CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1861CB is #E79E34. Grayscale: #565656. Windows color (decimal): -15179317 or 13328664. OLE color: 13328664.
HSL color Cylindrical-coordinate representation of color #1861CB: hue angle of 215.53º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1861CB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 97 | 203 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.20 |
| HSL | 215.53º | 0.79% | 0.45% | - |
| HSV(B) | 215.53º | 0.88% | 0.8% | - |
| XYZ | 15.43 | 13.06 | 58.21 | - |
| YUV | 87.26 | 193.32 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 203 | 0.88 | 0.52 | 0 | 0.20 | 215.53 | 0.79 | 0.45 |
| Hex | 18 | 61 | CB | 58 | 34 | 0 | 14 | D8 | 4F | 2D |
| Octal | 30 | 141 | 313 | 130 | 64 | 0 | 24 | 330 | 117 | 55 |
| Binary | 11000 | 1100001 | 11001011 | 1011000 | 110100 | 0 | 10100 | 11011000 | 1001111 | 101101 |
Color Harmonies of #1861CB
Complementary color
Monochromatic Colors of #1861CB
Black with #1861CB
Text Example
Text Example
White with #1861CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861CB; }
p { color: rgb(24,97,203); }
H1.HeaderClassName
{
color: #1861CB;
}
.AnyTagClassName
{
color: #1861CB;
}
</style>
background-color css
<style>
a { background-color: #1861CB; }
a { background-color: rgb(24,97,203); }
div.DivClassName
{
background-color: #1861CB;
}
.BgClassName
{
background-color: #1861CB;
}
</style>
border-color css
<style>
span { border-color: #1861CB; }
span { border-color: rgb(24,97,203); }
td.TdClassName
{
border-color: #1861CB;
}
.TagClassName
{
border-color: #1861CB;
}
</style>