Shades of Denim #1253C7
Tints of Denim #1253C7
RGB
CMYK
RGB Variations
Color information
#1253C7 (or 0x1253C7) is known color: Denim. HEX triplet: 12, 53 and C7. RGB value is (18,83,199). Sum of RGB (Red+Green+Blue) = 18+83+199=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 199 (78.12% from 255 or 66.33% from 300); Max value from RGB is 199 - color contains mainly: blue. Hex color #1253C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253C7 is #EDAC38. Grayscale: #4C4C4C. Windows color (decimal): -15576121 or 13062930. OLE color: 13062930.
HSL color Cylindrical-coordinate representation of color #1253C7: hue angle of 218.45º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253C7 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 83 | 199 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.22 |
| HSL | 218.45º | 0.83% | 0.43% | - |
| HSV(B) | 218.45º | 0.91% | 0.78% | - |
| XYZ | 13.65 | 10.44 | 55.33 | - |
| YUV | 76.79 | 196.97 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 199 | 0.91 | 0.58 | 0 | 0.22 | 218.45 | 0.83 | 0.43 |
| Hex | 12 | 53 | C7 | 5B | 3A | 0 | 16 | DA | 53 | 2B |
| Octal | 22 | 123 | 307 | 133 | 72 | 0 | 26 | 332 | 123 | 53 |
| Binary | 10010 | 1010011 | 11000111 | 1011011 | 111010 | 0 | 10110 | 11011010 | 1010011 | 101011 |
Color Harmonies of #1253C7
Complementary color
Monochromatic Colors of #1253C7
Black with #1253C7
Text Example
Text Example
White with #1253C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253C7; }
p { color: rgb(18,83,199); }
H1.HeaderClassName
{
color: #1253C7;
}
.AnyTagClassName
{
color: #1253C7;
}
</style>
background-color css
<style>
a { background-color: #1253C7; }
a { background-color: rgb(18,83,199); }
div.DivClassName
{
background-color: #1253C7;
}
.BgClassName
{
background-color: #1253C7;
}
</style>
border-color css
<style>
span { border-color: #1253C7; }
span { border-color: rgb(18,83,199); }
td.TdClassName
{
border-color: #1253C7;
}
.TagClassName
{
border-color: #1253C7;
}
</style>