Shades of Denim #1255D8
Tints of Denim #1255D8
RGB
CMYK
RGB Variations
Color information
#1255D8 (or 0x1255D8) is known color: Denim. HEX triplet: 12, 55 and D8. RGB value is (18,85,216). Sum of RGB (Red+Green+Blue) = 18+85+216=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #1255D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255D8 is #EDAA27. Grayscale: #4F4F4F. Windows color (decimal): -15575592 or 14177554. OLE color: 14177554.
HSL color Cylindrical-coordinate representation of color #1255D8: hue angle of 219.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1255D8 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 85 | 216 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.15 |
| HSL | 219.7º | 0.85% | 0.46% | - |
| HSV(B) | 219.7º | 0.92% | 0.85% | - |
| XYZ | 15.89 | 11.58 | 66.36 | - |
| YUV | 79.9 | 204.8 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 216 | 0.92 | 0.61 | 0 | 0.15 | 219.7 | 0.85 | 0.46 |
| Hex | 12 | 55 | D8 | 5C | 3D | 0 | F | DC | 55 | 2E |
| Octal | 22 | 125 | 330 | 134 | 75 | 0 | 17 | 334 | 125 | 56 |
| Binary | 10010 | 1010101 | 11011000 | 1011100 | 111101 | 0 | 1111 | 11011100 | 1010101 | 101110 |
Color Harmonies of #1255D8
Complementary color
Monochromatic Colors of #1255D8
Black with #1255D8
Text Example
Text Example
White with #1255D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1255D8; }
p { color: rgb(18,85,216); }
H1.HeaderClassName
{
color: #1255D8;
}
.AnyTagClassName
{
color: #1255D8;
}
</style>
background-color css
<style>
a { background-color: #1255D8; }
a { background-color: rgb(18,85,216); }
div.DivClassName
{
background-color: #1255D8;
}
.BgClassName
{
background-color: #1255D8;
}
</style>
border-color css
<style>
span { border-color: #1255D8; }
span { border-color: rgb(18,85,216); }
td.TdClassName
{
border-color: #1255D8;
}
.TagClassName
{
border-color: #1255D8;
}
</style>