Shades of Denim #1263CB
Tints of Denim #1263CB
RGB
CMYK
RGB Variations
Color information
#1263CB (or 0x1263CB) is known color: Denim. HEX triplet: 12, 63 and CB. RGB value is (18,99,203). Sum of RGB (Red+Green+Blue) = 18+99+203=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #1263CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263CB is #ED9C34. Grayscale: #565656. Windows color (decimal): -15572021 or 13329170. OLE color: 13329170.
HSL color Cylindrical-coordinate representation of color #1263CB: hue angle of 213.73º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1263CB is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 99 | 203 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.20 |
| HSL | 213.73º | 0.84% | 0.43% | - |
| HSV(B) | 213.73º | 0.91% | 0.8% | - |
| XYZ | 15.49 | 13.36 | 58.26 | - |
| YUV | 86.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 203 | 0.91 | 0.51 | 0 | 0.20 | 213.73 | 0.84 | 0.43 |
| Hex | 12 | 63 | CB | 5B | 33 | 0 | 14 | D6 | 54 | 2B |
| Octal | 22 | 143 | 313 | 133 | 63 | 0 | 24 | 326 | 124 | 53 |
| Binary | 10010 | 1100011 | 11001011 | 1011011 | 110011 | 0 | 10100 | 11010110 | 1010100 | 101011 |
Color Harmonies of #1263CB
Complementary color
Monochromatic Colors of #1263CB
Black with #1263CB
Text Example
Text Example
White with #1263CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263CB; }
p { color: rgb(18,99,203); }
H1.HeaderClassName
{
color: #1263CB;
}
.AnyTagClassName
{
color: #1263CB;
}
</style>
background-color css
<style>
a { background-color: #1263CB; }
a { background-color: rgb(18,99,203); }
div.DivClassName
{
background-color: #1263CB;
}
.BgClassName
{
background-color: #1263CB;
}
</style>
border-color css
<style>
span { border-color: #1263CB; }
span { border-color: rgb(18,99,203); }
td.TdClassName
{
border-color: #1263CB;
}
.TagClassName
{
border-color: #1263CB;
}
</style>