Shades of Denim #1251C9
Tints of Denim #1251C9
RGB
CMYK
RGB Variations
Color information
#1251C9 (or 0x1251C9) is known color: Denim. HEX triplet: 12, 51 and C9. RGB value is (18,81,201). Sum of RGB (Red+Green+Blue) = 18+81+201=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #1251C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251C9 is #EDAE36. Grayscale: #4B4B4B. Windows color (decimal): -15576631 or 13193490. OLE color: 13193490.
HSL color Cylindrical-coordinate representation of color #1251C9: hue angle of 219.34º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1251C9 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 81 | 201 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.21 |
| HSL | 219.34º | 0.84% | 0.43% | - |
| HSV(B) | 219.34º | 0.91% | 0.79% | - |
| XYZ | 13.73 | 10.23 | 56.51 | - |
| YUV | 75.84 | 198.63 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 201 | 0.91 | 0.60 | 0 | 0.21 | 219.34 | 0.84 | 0.43 |
| Hex | 12 | 51 | C9 | 5B | 3C | 0 | 15 | DB | 54 | 2B |
| Octal | 22 | 121 | 311 | 133 | 74 | 0 | 25 | 333 | 124 | 53 |
| Binary | 10010 | 1010001 | 11001001 | 1011011 | 111100 | 0 | 10101 | 11011011 | 1010100 | 101011 |
Color Harmonies of #1251C9
Complementary color
Monochromatic Colors of #1251C9
Black with #1251C9
Text Example
Text Example
White with #1251C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1251C9; }
p { color: rgb(18,81,201); }
H1.HeaderClassName
{
color: #1251C9;
}
.AnyTagClassName
{
color: #1251C9;
}
</style>
background-color css
<style>
a { background-color: #1251C9; }
a { background-color: rgb(18,81,201); }
div.DivClassName
{
background-color: #1251C9;
}
.BgClassName
{
background-color: #1251C9;
}
</style>
border-color css
<style>
span { border-color: #1251C9; }
span { border-color: rgb(18,81,201); }
td.TdClassName
{
border-color: #1251C9;
}
.TagClassName
{
border-color: #1251C9;
}
</style>