Shades of Denim #1865CB
Tints of Denim #1865CB
RGB
CMYK
RGB Variations
Color information
#1865CB (or 0x1865CB) is known color: Denim. HEX triplet: 18, 65 and CB. RGB value is (24,101,203). Sum of RGB (Red+Green+Blue) = 24+101+203=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #1865CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1865CB is #E79A34. Grayscale: #595959. Windows color (decimal): -15178293 or 13329688. OLE color: 13329688.
HSL color Cylindrical-coordinate representation of color #1865CB: hue angle of 214.19º 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 #1865CB is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 101 | 203 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.20 |
| HSL | 214.19º | 0.79% | 0.45% | - |
| HSV(B) | 214.19º | 0.88% | 0.8% | - |
| XYZ | 15.81 | 13.81 | 58.33 | - |
| YUV | 89.61 | 191.99 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 203 | 0.88 | 0.50 | 0 | 0.20 | 214.19 | 0.79 | 0.45 |
| Hex | 18 | 65 | CB | 58 | 32 | 0 | 14 | D6 | 4F | 2D |
| Octal | 30 | 145 | 313 | 130 | 62 | 0 | 24 | 326 | 117 | 55 |
| Binary | 11000 | 1100101 | 11001011 | 1011000 | 110010 | 0 | 10100 | 11010110 | 1001111 | 101101 |
Color Harmonies of #1865CB
Complementary color
Monochromatic Colors of #1865CB
Black with #1865CB
Text Example
Text Example
White with #1865CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1865CB; }
p { color: rgb(24,101,203); }
H1.HeaderClassName
{
color: #1865CB;
}
.AnyTagClassName
{
color: #1865CB;
}
</style>
background-color css
<style>
a { background-color: #1865CB; }
a { background-color: rgb(24,101,203); }
div.DivClassName
{
background-color: #1865CB;
}
.BgClassName
{
background-color: #1865CB;
}
</style>
border-color css
<style>
span { border-color: #1865CB; }
span { border-color: rgb(24,101,203); }
td.TdClassName
{
border-color: #1865CB;
}
.TagClassName
{
border-color: #1865CB;
}
</style>