Shades of Denim #1263C1
Tints of Denim #1263C1
RGB
CMYK
RGB Variations
Color information
#1263C1 (or 0x1263C1) is known color: Denim. HEX triplet: 12, 63 and C1. RGB value is (18,99,193). Sum of RGB (Red+Green+Blue) = 18+99+193=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #1263C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263C1 is #ED9C3E. Grayscale: #555555. Windows color (decimal): -15572031 or 12673810. OLE color: 12673810.
HSL color Cylindrical-coordinate representation of color #1263C1: hue angle of 212.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1263C1 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 99 | 193 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.24 |
| HSL | 212.23º | 0.83% | 0.41% | - |
| HSV(B) | 212.23º | 0.91% | 0.76% | - |
| XYZ | 14.34 | 12.9 | 52.19 | - |
| YUV | 85.5 | 188.66 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 193 | 0.91 | 0.49 | 0 | 0.24 | 212.23 | 0.83 | 0.41 |
| Hex | 12 | 63 | C1 | 5B | 31 | 0 | 18 | D4 | 53 | 29 |
| Octal | 22 | 143 | 301 | 133 | 61 | 0 | 30 | 324 | 123 | 51 |
| Binary | 10010 | 1100011 | 11000001 | 1011011 | 110001 | 0 | 11000 | 11010100 | 1010011 | 101001 |
Color Harmonies of #1263C1
Complementary color
Monochromatic Colors of #1263C1
Black with #1263C1
Text Example
Text Example
White with #1263C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263C1; }
p { color: rgb(18,99,193); }
H1.HeaderClassName
{
color: #1263C1;
}
.AnyTagClassName
{
color: #1263C1;
}
</style>
background-color css
<style>
a { background-color: #1263C1; }
a { background-color: rgb(18,99,193); }
div.DivClassName
{
background-color: #1263C1;
}
.BgClassName
{
background-color: #1263C1;
}
</style>
border-color css
<style>
span { border-color: #1263C1; }
span { border-color: rgb(18,99,193); }
td.TdClassName
{
border-color: #1263C1;
}
.TagClassName
{
border-color: #1263C1;
}
</style>