Shades of Denim #1865CC
Tints of Denim #1865CC
RGB
CMYK
RGB Variations
Color information
#1865CC (or 0x1865CC) is known color: Denim. HEX triplet: 18, 65 and CC. RGB value is (24,101,204). Sum of RGB (Red+Green+Blue) = 24+101+204=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #1865CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1865CC is #E79A33. Grayscale: #595959. Windows color (decimal): -15178292 or 13395224. OLE color: 13395224.
HSL color Cylindrical-coordinate representation of color #1865CC: hue angle of 214.33º 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 #1865CC is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 101 | 204 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.2 |
| HSL | 214.33º | 0.79% | 0.45% | - |
| HSV(B) | 214.33º | 0.88% | 0.8% | - |
| XYZ | 15.93 | 13.86 | 58.96 | - |
| YUV | 89.72 | 192.49 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 204 | 0.88 | 0.50 | 0 | 0.2 | 214.33 | 0.79 | 0.45 |
| Hex | 18 | 65 | CC | 58 | 32 | 0 | 14 | D6 | 4F | 2D |
| Octal | 30 | 145 | 314 | 130 | 62 | 0 | 24 | 326 | 117 | 55 |
| Binary | 11000 | 1100101 | 11001100 | 1011000 | 110010 | 0 | 10100 | 11010110 | 1001111 | 101101 |
Color Harmonies of #1865CC
Complementary color
Monochromatic Colors of #1865CC
Black with #1865CC
Text Example
Text Example
White with #1865CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1865CC; }
p { color: rgb(24,101,204); }
H1.HeaderClassName
{
color: #1865CC;
}
.AnyTagClassName
{
color: #1865CC;
}
</style>
background-color css
<style>
a { background-color: #1865CC; }
a { background-color: rgb(24,101,204); }
div.DivClassName
{
background-color: #1865CC;
}
.BgClassName
{
background-color: #1865CC;
}
</style>
border-color css
<style>
span { border-color: #1865CC; }
span { border-color: rgb(24,101,204); }
td.TdClassName
{
border-color: #1865CC;
}
.TagClassName
{
border-color: #1865CC;
}
</style>