Shades of Denim #1263D0
Tints of Denim #1263D0
RGB
CMYK
RGB Variations
Color information
#1263D0 (or 0x1263D0) is known color: Denim. HEX triplet: 12, 63 and D0. RGB value is (18,99,208). Sum of RGB (Red+Green+Blue) = 18+99+208=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 208 (81.64% from 255 or 64% from 325); Max value from RGB is 208 - color contains mainly: blue. Hex color #1263D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263D0 is #ED9C2F. Grayscale: #565656. Windows color (decimal): -15572016 or 13656850. OLE color: 13656850.
HSL color Cylindrical-coordinate representation of color #1263D0: hue angle of 214.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1263D0 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 99 | 208 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.18 |
| HSL | 214.42º | 0.84% | 0.44% | - |
| HSV(B) | 214.42º | 0.91% | 0.82% | - |
| XYZ | 16.1 | 13.61 | 61.45 | - |
| YUV | 87.21 | 196.16 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 208 | 0.91 | 0.52 | 0 | 0.18 | 214.42 | 0.84 | 0.44 |
| Hex | 12 | 63 | D0 | 5B | 34 | 0 | 12 | D6 | 54 | 2C |
| Octal | 22 | 143 | 320 | 133 | 64 | 0 | 22 | 326 | 124 | 54 |
| Binary | 10010 | 1100011 | 11010000 | 1011011 | 110100 | 0 | 10010 | 11010110 | 1010100 | 101100 |
Color Harmonies of #1263D0
Complementary color
Monochromatic Colors of #1263D0
Black with #1263D0
Text Example
Text Example
White with #1263D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263D0; }
p { color: rgb(18,99,208); }
H1.HeaderClassName
{
color: #1263D0;
}
.AnyTagClassName
{
color: #1263D0;
}
</style>
background-color css
<style>
a { background-color: #1263D0; }
a { background-color: rgb(18,99,208); }
div.DivClassName
{
background-color: #1263D0;
}
.BgClassName
{
background-color: #1263D0;
}
</style>
border-color css
<style>
span { border-color: #1263D0; }
span { border-color: rgb(18,99,208); }
td.TdClassName
{
border-color: #1263D0;
}
.TagClassName
{
border-color: #1263D0;
}
</style>