Shades of Denim #1253CC
Tints of Denim #1253CC
RGB
CMYK
RGB Variations
Color information
#1253CC (or 0x1253CC) is known color: Denim. HEX triplet: 12, 53 and CC. RGB value is (18,83,204). Sum of RGB (Red+Green+Blue) = 18+83+204=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1253CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253CC is #EDAC33. Grayscale: #4C4C4C. Windows color (decimal): -15576116 or 13390610. OLE color: 13390610.
HSL color Cylindrical-coordinate representation of color #1253CC: hue angle of 219.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253CC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 83 | 204 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.2 |
| HSL | 219.03º | 0.84% | 0.44% | - |
| HSV(B) | 219.03º | 0.91% | 0.8% | - |
| XYZ | 14.24 | 10.67 | 58.44 | - |
| YUV | 77.36 | 199.47 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 204 | 0.91 | 0.59 | 0 | 0.2 | 219.03 | 0.84 | 0.44 |
| Hex | 12 | 53 | CC | 5B | 3B | 0 | 14 | DB | 54 | 2C |
| Octal | 22 | 123 | 314 | 133 | 73 | 0 | 24 | 333 | 124 | 54 |
| Binary | 10010 | 1010011 | 11001100 | 1011011 | 111011 | 0 | 10100 | 11011011 | 1010100 | 101100 |
Color Harmonies of #1253CC
Complementary color
Monochromatic Colors of #1253CC
Black with #1253CC
Text Example
Text Example
White with #1253CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253CC; }
p { color: rgb(18,83,204); }
H1.HeaderClassName
{
color: #1253CC;
}
.AnyTagClassName
{
color: #1253CC;
}
</style>
background-color css
<style>
a { background-color: #1253CC; }
a { background-color: rgb(18,83,204); }
div.DivClassName
{
background-color: #1253CC;
}
.BgClassName
{
background-color: #1253CC;
}
</style>
border-color css
<style>
span { border-color: #1253CC; }
span { border-color: rgb(18,83,204); }
td.TdClassName
{
border-color: #1253CC;
}
.TagClassName
{
border-color: #1253CC;
}
</style>