Shades of Denim #1254D5
Tints of Denim #1254D5
RGB
CMYK
RGB Variations
Color information
#1254D5 (or 0x1254D5) is known color: Denim. HEX triplet: 12, 54 and D5. RGB value is (18,84,213). Sum of RGB (Red+Green+Blue) = 18+84+213=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 213 (83.59% from 255 or 67.62% from 315); Max value from RGB is 213 - color contains mainly: blue. Hex color #1254D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254D5 is #EDAB2A. Grayscale: #4E4E4E. Windows color (decimal): -15575851 or 13980690. OLE color: 13980690.
HSL color Cylindrical-coordinate representation of color #1254D5: hue angle of 219.69º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1254D5 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 84 | 213 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.16 |
| HSL | 219.69º | 0.84% | 0.45% | - |
| HSV(B) | 219.69º | 0.92% | 0.84% | - |
| XYZ | 15.43 | 11.27 | 64.31 | - |
| YUV | 78.97 | 203.63 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 213 | 0.92 | 0.61 | 0 | 0.16 | 219.69 | 0.84 | 0.45 |
| Hex | 12 | 54 | D5 | 5C | 3D | 0 | 10 | DC | 54 | 2D |
| Octal | 22 | 124 | 325 | 134 | 75 | 0 | 20 | 334 | 124 | 55 |
| Binary | 10010 | 1010100 | 11010101 | 1011100 | 111101 | 0 | 10000 | 11011100 | 1010100 | 101101 |
Color Harmonies of #1254D5
Complementary color
Monochromatic Colors of #1254D5
Black with #1254D5
Text Example
Text Example
White with #1254D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1254D5; }
p { color: rgb(18,84,213); }
H1.HeaderClassName
{
color: #1254D5;
}
.AnyTagClassName
{
color: #1254D5;
}
</style>
background-color css
<style>
a { background-color: #1254D5; }
a { background-color: rgb(18,84,213); }
div.DivClassName
{
background-color: #1254D5;
}
.BgClassName
{
background-color: #1254D5;
}
</style>
border-color css
<style>
span { border-color: #1254D5; }
span { border-color: rgb(18,84,213); }
td.TdClassName
{
border-color: #1254D5;
}
.TagClassName
{
border-color: #1254D5;
}
</style>