Shades of Denim #1262CE
Tints of Denim #1262CE
RGB
CMYK
RGB Variations
Color information
#1262CE (or 0x1262CE) is known color: Denim. HEX triplet: 12, 62 and CE. RGB value is (18,98,206). Sum of RGB (Red+Green+Blue) = 18+98+206=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #1262CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262CE is #ED9D31. Grayscale: #555555. Windows color (decimal): -15572274 or 13525522. OLE color: 13525522.
HSL color Cylindrical-coordinate representation of color #1262CE: hue angle of 214.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1262CE is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 98 | 206 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.19 |
| HSL | 214.47º | 0.84% | 0.44% | - |
| HSV(B) | 214.47º | 0.91% | 0.81% | - |
| XYZ | 15.76 | 13.32 | 60.13 | - |
| YUV | 86.39 | 195.5 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 206 | 0.91 | 0.52 | 0 | 0.19 | 214.47 | 0.84 | 0.44 |
| Hex | 12 | 62 | CE | 5B | 34 | 0 | 13 | D6 | 54 | 2C |
| Octal | 22 | 142 | 316 | 133 | 64 | 0 | 23 | 326 | 124 | 54 |
| Binary | 10010 | 1100010 | 11001110 | 1011011 | 110100 | 0 | 10011 | 11010110 | 1010100 | 101100 |
Color Harmonies of #1262CE
Complementary color
Monochromatic Colors of #1262CE
Black with #1262CE
Text Example
Text Example
White with #1262CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262CE; }
p { color: rgb(18,98,206); }
H1.HeaderClassName
{
color: #1262CE;
}
.AnyTagClassName
{
color: #1262CE;
}
</style>
background-color css
<style>
a { background-color: #1262CE; }
a { background-color: rgb(18,98,206); }
div.DivClassName
{
background-color: #1262CE;
}
.BgClassName
{
background-color: #1262CE;
}
</style>
border-color css
<style>
span { border-color: #1262CE; }
span { border-color: rgb(18,98,206); }
td.TdClassName
{
border-color: #1262CE;
}
.TagClassName
{
border-color: #1262CE;
}
</style>