Shades of Denim #1860A8
Tints of Denim #1860A8
RGB
CMYK
RGB Variations
Color information
#1860A8 (or 0x1860A8) is known color: Denim. HEX triplet: 18, 60 and A8. RGB value is (24,96,168). Sum of RGB (Red+Green+Blue) = 24+96+168=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 168 (66.02% from 255 or 58.33% from 288); Max value from RGB is 168 - color contains mainly: blue. Hex color #1860A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1860A8 is #E79F57. Grayscale: #525252. Windows color (decimal): -15179608 or 11034648. OLE color: 11034648.
HSL color Cylindrical-coordinate representation of color #1860A8: hue angle of 210º 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 #1860A8 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 24 | 96 | 168 | - |
CMYK | 0.86 | 0.43 | 0 | 0.34 |
HSL | 210º | 0.75% | 0.38% | - |
HSV(B) | 210º | 0.86% | 0.66% | - |
XYZ | 11.63 | 11.39 | 38.63 | - |
YUV | 82.68 | 176.15 | 86.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 96 | 168 | 0.86 | 0.43 | 0 | 0.34 | 210 | 0.75 | 0.38 |
Hex | 18 | 60 | A8 | 56 | 2B | 0 | 22 | D2 | 4B | 26 |
Octal | 30 | 140 | 250 | 126 | 53 | 0 | 42 | 322 | 113 | 46 |
Binary | 11000 | 1100000 | 10101000 | 1010110 | 101011 | 0 | 100010 | 11010010 | 1001011 | 100110 |
Color Harmonies of #1860A8
Complementary color
Monochromatic Colors of #1860A8
Black with #1860A8
Text Example
Text Example
White with #1860A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860A8; }
p { color: rgb(24,96,168); }
H1.HeaderClassName
{
color: #1860A8;
}
.AnyTagClassName
{
color: #1860A8;
}
</style>
background-color css
<style>
a { background-color: #1860A8; }
a { background-color: rgb(24,96,168); }
div.DivClassName
{
background-color: #1860A8;
}
.BgClassName
{
background-color: #1860A8;
}
</style>
border-color css
<style>
span { border-color: #1860A8; }
span { border-color: rgb(24,96,168); }
td.TdClassName
{
border-color: #1860A8;
}
.TagClassName
{
border-color: #1860A8;
}
</style>