Shades of Denim #1869CE
Tints of Denim #1869CE
RGB
CMYK
RGB Variations
Color information
#1869CE (or 0x1869CE) is known color: Denim. HEX triplet: 18, 69 and CE. RGB value is (24,105,206). Sum of RGB (Red+Green+Blue) = 24+105+206=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1869CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1869CE is #E79631. Grayscale: #5B5B5B. Windows color (decimal): -15177266 or 13527320. OLE color: 13527320.
HSL color Cylindrical-coordinate representation of color #1869CE: hue angle of 213.3º 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 #1869CE is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 105 | 206 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.19 |
| HSL | 213.3º | 0.79% | 0.45% | - |
| HSV(B) | 213.3º | 0.88% | 0.81% | - |
| XYZ | 16.57 | 14.75 | 60.37 | - |
| YUV | 92.3 | 192.16 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 206 | 0.88 | 0.49 | 0 | 0.19 | 213.3 | 0.79 | 0.45 |
| Hex | 18 | 69 | CE | 58 | 31 | 0 | 13 | D5 | 4F | 2D |
| Octal | 30 | 151 | 316 | 130 | 61 | 0 | 23 | 325 | 117 | 55 |
| Binary | 11000 | 1101001 | 11001110 | 1011000 | 110001 | 0 | 10011 | 11010101 | 1001111 | 101101 |
Color Harmonies of #1869CE
Complementary color
Monochromatic Colors of #1869CE
Black with #1869CE
Text Example
Text Example
White with #1869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869CE; }
p { color: rgb(24,105,206); }
H1.HeaderClassName
{
color: #1869CE;
}
.AnyTagClassName
{
color: #1869CE;
}
</style>
background-color css
<style>
a { background-color: #1869CE; }
a { background-color: rgb(24,105,206); }
div.DivClassName
{
background-color: #1869CE;
}
.BgClassName
{
background-color: #1869CE;
}
</style>
border-color css
<style>
span { border-color: #1869CE; }
span { border-color: rgb(24,105,206); }
td.TdClassName
{
border-color: #1869CE;
}
.TagClassName
{
border-color: #1869CE;
}
</style>