Shades of Denim #1263C0
Tints of Denim #1263C0
RGB
CMYK
RGB Variations
Color information
#1263C0 (or 0x1263C0) is known color: Denim. HEX triplet: 12, 63 and C0. RGB value is (18,99,192). Sum of RGB (Red+Green+Blue) = 18+99+192=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #1263C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263C0 is #ED9C3F. Grayscale: #545454. Windows color (decimal): -15572032 or 12608274. OLE color: 12608274.
HSL color Cylindrical-coordinate representation of color #1263C0: hue angle of 212.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1263C0 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 99 | 192 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.25 |
| HSL | 212.07º | 0.83% | 0.41% | - |
| HSV(B) | 212.07º | 0.91% | 0.75% | - |
| XYZ | 14.23 | 12.86 | 51.6 | - |
| YUV | 85.38 | 188.16 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 192 | 0.91 | 0.48 | 0 | 0.25 | 212.07 | 0.83 | 0.41 |
| Hex | 12 | 63 | C0 | 5B | 30 | 0 | 19 | D4 | 53 | 29 |
| Octal | 22 | 143 | 300 | 133 | 60 | 0 | 31 | 324 | 123 | 51 |
| Binary | 10010 | 1100011 | 11000000 | 1011011 | 110000 | 0 | 11001 | 11010100 | 1010011 | 101001 |
Color Harmonies of #1263C0
Complementary color
Monochromatic Colors of #1263C0
Black with #1263C0
Text Example
Text Example
White with #1263C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263C0; }
p { color: rgb(18,99,192); }
H1.HeaderClassName
{
color: #1263C0;
}
.AnyTagClassName
{
color: #1263C0;
}
</style>
background-color css
<style>
a { background-color: #1263C0; }
a { background-color: rgb(18,99,192); }
div.DivClassName
{
background-color: #1263C0;
}
.BgClassName
{
background-color: #1263C0;
}
</style>
border-color css
<style>
span { border-color: #1263C0; }
span { border-color: rgb(18,99,192); }
td.TdClassName
{
border-color: #1263C0;
}
.TagClassName
{
border-color: #1263C0;
}
</style>