Shades of Denim #1255B4
Tints of Denim #1255B4
RGB
CMYK
RGB Variations
Color information
#1255B4 (or 0x1255B4) is known color: Denim. HEX triplet: 12, 55 and B4. RGB value is (18,85,180). Sum of RGB (Red+Green+Blue) = 18+85+180=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #1255B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255B4 is #EDAA4B. Grayscale: #4B4B4B. Windows color (decimal): -15575628 or 11818258. OLE color: 11818258.
HSL color Cylindrical-coordinate representation of color #1255B4: hue angle of 215.19º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1255B4 is Cyan = 0.9, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 85 | 180 | - |
| CMYK | 0.9 | 0.53 | 0 | 0.29 |
| HSL | 215.19º | 0.82% | 0.39% | - |
| HSV(B) | 215.19º | 0.9% | 0.71% | - |
| XYZ | 11.74 | 9.92 | 44.48 | - |
| YUV | 75.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 180 | 0.9 | 0.53 | 0 | 0.29 | 215.19 | 0.82 | 0.39 |
| Hex | 12 | 55 | B4 | 5A | 35 | 0 | 1D | D7 | 52 | 27 |
| Octal | 22 | 125 | 264 | 132 | 65 | 0 | 35 | 327 | 122 | 47 |
| Binary | 10010 | 1010101 | 10110100 | 1011010 | 110101 | 0 | 11101 | 11010111 | 1010010 | 100111 |
Color Harmonies of #1255B4
Complementary color
Monochromatic Colors of #1255B4
Black with #1255B4
Text Example
Text Example
White with #1255B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1255B4; }
p { color: rgb(18,85,180); }
H1.HeaderClassName
{
color: #1255B4;
}
.AnyTagClassName
{
color: #1255B4;
}
</style>
background-color css
<style>
a { background-color: #1255B4; }
a { background-color: rgb(18,85,180); }
div.DivClassName
{
background-color: #1255B4;
}
.BgClassName
{
background-color: #1255B4;
}
</style>
border-color css
<style>
span { border-color: #1255B4; }
span { border-color: rgb(18,85,180); }
td.TdClassName
{
border-color: #1255B4;
}
.TagClassName
{
border-color: #1255B4;
}
</style>