Shades of Denim #1263CC
Tints of Denim #1263CC
RGB
CMYK
RGB Variations
Color information
#1263CC (or 0x1263CC) is known color: Denim. HEX triplet: 12, 63 and CC. RGB value is (18,99,204). Sum of RGB (Red+Green+Blue) = 18+99+204=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #1263CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263CC is #ED9C33. Grayscale: #565656. Windows color (decimal): -15572020 or 13394706. OLE color: 13394706.
HSL color Cylindrical-coordinate representation of color #1263CC: hue angle of 213.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1263CC is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 99 | 204 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.2 |
| HSL | 213.87º | 0.84% | 0.44% | - |
| HSV(B) | 213.87º | 0.91% | 0.8% | - |
| XYZ | 15.61 | 13.41 | 58.89 | - |
| YUV | 86.75 | 194.16 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 204 | 0.91 | 0.51 | 0 | 0.2 | 213.87 | 0.84 | 0.44 |
| Hex | 12 | 63 | CC | 5B | 33 | 0 | 14 | D6 | 54 | 2C |
| Octal | 22 | 143 | 314 | 133 | 63 | 0 | 24 | 326 | 124 | 54 |
| Binary | 10010 | 1100011 | 11001100 | 1011011 | 110011 | 0 | 10100 | 11010110 | 1010100 | 101100 |
Color Harmonies of #1263CC
Complementary color
Monochromatic Colors of #1263CC
Black with #1263CC
Text Example
Text Example
White with #1263CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263CC; }
p { color: rgb(18,99,204); }
H1.HeaderClassName
{
color: #1263CC;
}
.AnyTagClassName
{
color: #1263CC;
}
</style>
background-color css
<style>
a { background-color: #1263CC; }
a { background-color: rgb(18,99,204); }
div.DivClassName
{
background-color: #1263CC;
}
.BgClassName
{
background-color: #1263CC;
}
</style>
border-color css
<style>
span { border-color: #1263CC; }
span { border-color: rgb(18,99,204); }
td.TdClassName
{
border-color: #1263CC;
}
.TagClassName
{
border-color: #1263CC;
}
</style>