Shades of Denim #1253BD
Tints of Denim #1253BD
RGB
CMYK
RGB Variations
Color information
#1253BD (or 0x1253BD) is known color: Denim. HEX triplet: 12, 53 and BD. RGB value is (18,83,189). Sum of RGB (Red+Green+Blue) = 18+83+189=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #1253BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253BD is #EDAC42. Grayscale: #4B4B4B. Windows color (decimal): -15576131 or 12407570. OLE color: 12407570.
HSL color Cylindrical-coordinate representation of color #1253BD: hue angle of 217.19º 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 #1253BD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 83 | 189 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.26 |
| HSL | 217.19º | 0.83% | 0.41% | - |
| HSV(B) | 217.19º | 0.9% | 0.74% | - |
| XYZ | 12.53 | 9.99 | 49.41 | - |
| YUV | 75.65 | 191.97 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 189 | 0.90 | 0.56 | 0 | 0.26 | 217.19 | 0.83 | 0.41 |
| Hex | 12 | 53 | BD | 5A | 38 | 0 | 1A | D9 | 53 | 29 |
| Octal | 22 | 123 | 275 | 132 | 70 | 0 | 32 | 331 | 123 | 51 |
| Binary | 10010 | 1010011 | 10111101 | 1011010 | 111000 | 0 | 11010 | 11011001 | 1010011 | 101001 |
Color Harmonies of #1253BD
Complementary color
Monochromatic Colors of #1253BD
Black with #1253BD
Text Example
Text Example
White with #1253BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253BD; }
p { color: rgb(18,83,189); }
H1.HeaderClassName
{
color: #1253BD;
}
.AnyTagClassName
{
color: #1253BD;
}
</style>
background-color css
<style>
a { background-color: #1253BD; }
a { background-color: rgb(18,83,189); }
div.DivClassName
{
background-color: #1253BD;
}
.BgClassName
{
background-color: #1253BD;
}
</style>
border-color css
<style>
span { border-color: #1253BD; }
span { border-color: rgb(18,83,189); }
td.TdClassName
{
border-color: #1253BD;
}
.TagClassName
{
border-color: #1253BD;
}
</style>