Shades of Denim #1862DA
Tints of Denim #1862DA
RGB
CMYK
RGB Variations
Color information
#1862DA (or 0x1862DA) is known color: Denim. HEX triplet: 18, 62 and DA. RGB value is (24,98,218). Sum of RGB (Red+Green+Blue) = 24+98+218=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #1862DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1862DA is #E79D25. Grayscale: #595959. Windows color (decimal): -15179046 or 14311960. OLE color: 14311960.
HSL color Cylindrical-coordinate representation of color #1862DA: hue angle of 217.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1862DA is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 98 | 218 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.15 |
| HSL | 217.11º | 0.8% | 0.47% | - |
| HSV(B) | 217.11º | 0.89% | 0.85% | - |
| XYZ | 17.4 | 13.99 | 68.11 | - |
| YUV | 89.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 218 | 0.89 | 0.55 | 0 | 0.15 | 217.11 | 0.8 | 0.47 |
| Hex | 18 | 62 | DA | 59 | 37 | 0 | F | D9 | 50 | 2F |
| Octal | 30 | 142 | 332 | 131 | 67 | 0 | 17 | 331 | 120 | 57 |
| Binary | 11000 | 1100010 | 11011010 | 1011001 | 110111 | 0 | 1111 | 11011001 | 1010000 | 101111 |
Color Harmonies of #1862DA
Complementary color
Monochromatic Colors of #1862DA
Black with #1862DA
Text Example
Text Example
White with #1862DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1862DA; }
p { color: rgb(24,98,218); }
H1.HeaderClassName
{
color: #1862DA;
}
.AnyTagClassName
{
color: #1862DA;
}
</style>
background-color css
<style>
a { background-color: #1862DA; }
a { background-color: rgb(24,98,218); }
div.DivClassName
{
background-color: #1862DA;
}
.BgClassName
{
background-color: #1862DA;
}
</style>
border-color css
<style>
span { border-color: #1862DA; }
span { border-color: rgb(24,98,218); }
td.TdClassName
{
border-color: #1862DA;
}
.TagClassName
{
border-color: #1862DA;
}
</style>