Shades of Denim #1852A8
Tints of Denim #1852A8
RGB
CMYK
RGB Variations
Color information
#1852A8 (or 0x1852A8) is known color: Denim. HEX triplet: 18, 52 and A8. RGB value is (24,82,168). Sum of RGB (Red+Green+Blue) = 24+82+168=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 168 (66.02% from 255 or 61.31% from 274); Max value from RGB is 168 - color contains mainly: blue. Hex color #1852A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1852A8 is #E7AD57. Grayscale: #4A4A4A. Windows color (decimal): -15183192 or 11031064. OLE color: 11031064.
HSL color Cylindrical-coordinate representation of color #1852A8: hue angle of 215.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1852A8 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 82 | 168 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.34 |
| HSL | 215.83º | 0.75% | 0.38% | - |
| HSV(B) | 215.83º | 0.86% | 0.66% | - |
| XYZ | 10.46 | 9.06 | 38.24 | - |
| YUV | 74.46 | 180.78 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 168 | 0.86 | 0.51 | 0 | 0.34 | 215.83 | 0.75 | 0.38 |
| Hex | 18 | 52 | A8 | 56 | 33 | 0 | 22 | D8 | 4B | 26 |
| Octal | 30 | 122 | 250 | 126 | 63 | 0 | 42 | 330 | 113 | 46 |
| Binary | 11000 | 1010010 | 10101000 | 1010110 | 110011 | 0 | 100010 | 11011000 | 1001011 | 100110 |
Color Harmonies of #1852A8
Complementary color
Monochromatic Colors of #1852A8
Black with #1852A8
Text Example
Text Example
White with #1852A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1852A8; }
p { color: rgb(24,82,168); }
H1.HeaderClassName
{
color: #1852A8;
}
.AnyTagClassName
{
color: #1852A8;
}
</style>
background-color css
<style>
a { background-color: #1852A8; }
a { background-color: rgb(24,82,168); }
div.DivClassName
{
background-color: #1852A8;
}
.BgClassName
{
background-color: #1852A8;
}
</style>
border-color css
<style>
span { border-color: #1852A8; }
span { border-color: rgb(24,82,168); }
td.TdClassName
{
border-color: #1852A8;
}
.TagClassName
{
border-color: #1852A8;
}
</style>