Shades of Denim #1262CA
Tints of Denim #1262CA
RGB
CMYK
RGB Variations
Color information
#1262CA (or 0x1262CA) is known color: Denim. HEX triplet: 12, 62 and CA. RGB value is (18,98,202). Sum of RGB (Red+Green+Blue) = 18+98+202=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #1262CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262CA is #ED9D35. Grayscale: #555555. Windows color (decimal): -15572278 or 13263378. OLE color: 13263378.
HSL color Cylindrical-coordinate representation of color #1262CA: hue angle of 213.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1262CA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 98 | 202 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.21 |
| HSL | 213.91º | 0.84% | 0.43% | - |
| HSV(B) | 213.91º | 0.91% | 0.79% | - |
| XYZ | 15.28 | 13.13 | 57.61 | - |
| YUV | 85.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 202 | 0.91 | 0.51 | 0 | 0.21 | 213.91 | 0.84 | 0.43 |
| Hex | 12 | 62 | CA | 5B | 33 | 0 | 15 | D6 | 54 | 2B |
| Octal | 22 | 142 | 312 | 133 | 63 | 0 | 25 | 326 | 124 | 53 |
| Binary | 10010 | 1100010 | 11001010 | 1011011 | 110011 | 0 | 10101 | 11010110 | 1010100 | 101011 |
Color Harmonies of #1262CA
Complementary color
Monochromatic Colors of #1262CA
Black with #1262CA
Text Example
Text Example
White with #1262CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262CA; }
p { color: rgb(18,98,202); }
H1.HeaderClassName
{
color: #1262CA;
}
.AnyTagClassName
{
color: #1262CA;
}
</style>
background-color css
<style>
a { background-color: #1262CA; }
a { background-color: rgb(18,98,202); }
div.DivClassName
{
background-color: #1262CA;
}
.BgClassName
{
background-color: #1262CA;
}
</style>
border-color css
<style>
span { border-color: #1262CA; }
span { border-color: rgb(18,98,202); }
td.TdClassName
{
border-color: #1262CA;
}
.TagClassName
{
border-color: #1262CA;
}
</style>