Shades of Denim #1252CB
Tints of Denim #1252CB
RGB
CMYK
RGB Variations
Color information
#1252CB (or 0x1252CB) is known color: Denim. HEX triplet: 12, 52 and CB. RGB value is (18,82,203). Sum of RGB (Red+Green+Blue) = 18+82+203=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #1252CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1252CB is #EDAD34. Grayscale: #4C4C4C. Windows color (decimal): -15576373 or 13324818. OLE color: 13324818.
HSL color Cylindrical-coordinate representation of color #1252CB: hue angle of 219.24º 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 #1252CB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 82 | 203 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.20 |
| HSL | 219.24º | 0.84% | 0.43% | - |
| HSV(B) | 219.24º | 0.91% | 0.8% | - |
| XYZ | 14.05 | 10.47 | 57.78 | - |
| YUV | 76.66 | 199.3 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 203 | 0.91 | 0.60 | 0 | 0.20 | 219.24 | 0.84 | 0.43 |
| Hex | 12 | 52 | CB | 5B | 3C | 0 | 14 | DB | 54 | 2B |
| Octal | 22 | 122 | 313 | 133 | 74 | 0 | 24 | 333 | 124 | 53 |
| Binary | 10010 | 1010010 | 11001011 | 1011011 | 111100 | 0 | 10100 | 11011011 | 1010100 | 101011 |
Color Harmonies of #1252CB
Complementary color
Monochromatic Colors of #1252CB
Black with #1252CB
Text Example
Text Example
White with #1252CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1252CB; }
p { color: rgb(18,82,203); }
H1.HeaderClassName
{
color: #1252CB;
}
.AnyTagClassName
{
color: #1252CB;
}
</style>
background-color css
<style>
a { background-color: #1252CB; }
a { background-color: rgb(18,82,203); }
div.DivClassName
{
background-color: #1252CB;
}
.BgClassName
{
background-color: #1252CB;
}
</style>
border-color css
<style>
span { border-color: #1252CB; }
span { border-color: rgb(18,82,203); }
td.TdClassName
{
border-color: #1252CB;
}
.TagClassName
{
border-color: #1252CB;
}
</style>