Shades of Denim #1253CB
Tints of Denim #1253CB
RGB
CMYK
RGB Variations
Color information
#1253CB (or 0x1253CB) is known color: Denim. HEX triplet: 12, 53 and CB. RGB value is (18,83,203). Sum of RGB (Red+Green+Blue) = 18+83+203=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #1253CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253CB is #EDAC34. Grayscale: #4C4C4C. Windows color (decimal): -15576117 or 13325074. OLE color: 13325074.
HSL color Cylindrical-coordinate representation of color #1253CB: hue angle of 218.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1253CB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 83 | 203 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.20 |
| HSL | 218.92º | 0.84% | 0.43% | - |
| HSV(B) | 218.92º | 0.91% | 0.8% | - |
| XYZ | 14.12 | 10.63 | 57.81 | - |
| YUV | 77.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 203 | 0.91 | 0.59 | 0 | 0.20 | 218.92 | 0.84 | 0.43 |
| Hex | 12 | 53 | CB | 5B | 3B | 0 | 14 | DB | 54 | 2B |
| Octal | 22 | 123 | 313 | 133 | 73 | 0 | 24 | 333 | 124 | 53 |
| Binary | 10010 | 1010011 | 11001011 | 1011011 | 111011 | 0 | 10100 | 11011011 | 1010100 | 101011 |
Color Harmonies of #1253CB
Complementary color
Monochromatic Colors of #1253CB
Black with #1253CB
Text Example
Text Example
White with #1253CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253CB; }
p { color: rgb(18,83,203); }
H1.HeaderClassName
{
color: #1253CB;
}
.AnyTagClassName
{
color: #1253CB;
}
</style>
background-color css
<style>
a { background-color: #1253CB; }
a { background-color: rgb(18,83,203); }
div.DivClassName
{
background-color: #1253CB;
}
.BgClassName
{
background-color: #1253CB;
}
</style>
border-color css
<style>
span { border-color: #1253CB; }
span { border-color: rgb(18,83,203); }
td.TdClassName
{
border-color: #1253CB;
}
.TagClassName
{
border-color: #1253CB;
}
</style>