Shades of Denim #1253D1
Tints of Denim #1253D1
RGB
CMYK
RGB Variations
Color information
#1253D1 (or 0x1253D1) is known color: Denim. HEX triplet: 12, 53 and D1. RGB value is (18,83,209). Sum of RGB (Red+Green+Blue) = 18+83+209=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #1253D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253D1 is #EDAC2E. Grayscale: #4D4D4D. Windows color (decimal): -15576111 or 13718290. OLE color: 13718290.
HSL color Cylindrical-coordinate representation of color #1253D1: hue angle of 219.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253D1 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 83 | 209 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.18 |
| HSL | 219.58º | 0.84% | 0.45% | - |
| HSV(B) | 219.58º | 0.91% | 0.82% | - |
| XYZ | 14.85 | 10.92 | 61.65 | - |
| YUV | 77.93 | 201.97 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 209 | 0.91 | 0.60 | 0 | 0.18 | 219.58 | 0.84 | 0.45 |
| Hex | 12 | 53 | D1 | 5B | 3C | 0 | 12 | DC | 54 | 2D |
| Octal | 22 | 123 | 321 | 133 | 74 | 0 | 22 | 334 | 124 | 55 |
| Binary | 10010 | 1010011 | 11010001 | 1011011 | 111100 | 0 | 10010 | 11011100 | 1010100 | 101101 |
Color Harmonies of #1253D1
Complementary color
Monochromatic Colors of #1253D1
Black with #1253D1
Text Example
Text Example
White with #1253D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253D1; }
p { color: rgb(18,83,209); }
H1.HeaderClassName
{
color: #1253D1;
}
.AnyTagClassName
{
color: #1253D1;
}
</style>
background-color css
<style>
a { background-color: #1253D1; }
a { background-color: rgb(18,83,209); }
div.DivClassName
{
background-color: #1253D1;
}
.BgClassName
{
background-color: #1253D1;
}
</style>
border-color css
<style>
span { border-color: #1253D1; }
span { border-color: rgb(18,83,209); }
td.TdClassName
{
border-color: #1253D1;
}
.TagClassName
{
border-color: #1253D1;
}
</style>