Shades of Denim #1254D0
Tints of Denim #1254D0
RGB
CMYK
RGB Variations
Color information
#1254D0 (or 0x1254D0) is known color: Denim. HEX triplet: 12, 54 and D0. RGB value is (18,84,208). Sum of RGB (Red+Green+Blue) = 18+84+208=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #1254D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254D0 is #EDAB2F. Grayscale: #4D4D4D. Windows color (decimal): -15575856 or 13653010. OLE color: 13653010.
HSL color Cylindrical-coordinate representation of color #1254D0: hue angle of 219.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1254D0 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 84 | 208 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.18 |
| HSL | 219.16º | 0.84% | 0.44% | - |
| HSV(B) | 219.16º | 0.91% | 0.82% | - |
| XYZ | 14.8 | 11.02 | 61.02 | - |
| YUV | 78.4 | 201.13 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 208 | 0.91 | 0.60 | 0 | 0.18 | 219.16 | 0.84 | 0.44 |
| Hex | 12 | 54 | D0 | 5B | 3C | 0 | 12 | DB | 54 | 2C |
| Octal | 22 | 124 | 320 | 133 | 74 | 0 | 22 | 333 | 124 | 54 |
| Binary | 10010 | 1010100 | 11010000 | 1011011 | 111100 | 0 | 10010 | 11011011 | 1010100 | 101100 |
Color Harmonies of #1254D0
Complementary color
Monochromatic Colors of #1254D0
Black with #1254D0
Text Example
Text Example
White with #1254D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1254D0; }
p { color: rgb(18,84,208); }
H1.HeaderClassName
{
color: #1254D0;
}
.AnyTagClassName
{
color: #1254D0;
}
</style>
background-color css
<style>
a { background-color: #1254D0; }
a { background-color: rgb(18,84,208); }
div.DivClassName
{
background-color: #1254D0;
}
.BgClassName
{
background-color: #1254D0;
}
</style>
border-color css
<style>
span { border-color: #1254D0; }
span { border-color: rgb(18,84,208); }
td.TdClassName
{
border-color: #1254D0;
}
.TagClassName
{
border-color: #1254D0;
}
</style>