Shades of Denim #1255BD
Tints of Denim #1255BD
RGB
CMYK
RGB Variations
Color information
#1255BD (or 0x1255BD) is known color: Denim. HEX triplet: 12, 55 and BD. RGB value is (18,85,189). Sum of RGB (Red+Green+Blue) = 18+85+189=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #1255BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255BD is #EDAA42. Grayscale: #4C4C4C. Windows color (decimal): -15575619 or 12408082. OLE color: 12408082.
HSL color Cylindrical-coordinate representation of color #1255BD: hue angle of 216.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1255BD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 85 | 189 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.26 |
| HSL | 216.49º | 0.83% | 0.41% | - |
| HSV(B) | 216.49º | 0.9% | 0.74% | - |
| XYZ | 12.68 | 10.3 | 49.46 | - |
| YUV | 76.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 189 | 0.90 | 0.55 | 0 | 0.26 | 216.49 | 0.83 | 0.41 |
| Hex | 12 | 55 | BD | 5A | 37 | 0 | 1A | D8 | 53 | 29 |
| Octal | 22 | 125 | 275 | 132 | 67 | 0 | 32 | 330 | 123 | 51 |
| Binary | 10010 | 1010101 | 10111101 | 1011010 | 110111 | 0 | 11010 | 11011000 | 1010011 | 101001 |
Color Harmonies of #1255BD
Complementary color
Monochromatic Colors of #1255BD
Black with #1255BD
Text Example
Text Example
White with #1255BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1255BD; }
p { color: rgb(18,85,189); }
H1.HeaderClassName
{
color: #1255BD;
}
.AnyTagClassName
{
color: #1255BD;
}
</style>
background-color css
<style>
a { background-color: #1255BD; }
a { background-color: rgb(18,85,189); }
div.DivClassName
{
background-color: #1255BD;
}
.BgClassName
{
background-color: #1255BD;
}
</style>
border-color css
<style>
span { border-color: #1255BD; }
span { border-color: rgb(18,85,189); }
td.TdClassName
{
border-color: #1255BD;
}
.TagClassName
{
border-color: #1255BD;
}
</style>