Shades of Denim #1268CD
Tints of Denim #1268CD
RGB
CMYK
RGB Variations
Color information
#1268CD (or 0x1268CD) is known color: Denim. HEX triplet: 12, 68 and CD. RGB value is (18,104,205). Sum of RGB (Red+Green+Blue) = 18+104+205=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #1268CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268CD is #ED9732. Grayscale: #595959. Windows color (decimal): -15570739 or 13461522. OLE color: 13461522.
HSL color Cylindrical-coordinate representation of color #1268CD: hue angle of 212.41º 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 #1268CD is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 104 | 205 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.20 |
| HSL | 212.41º | 0.84% | 0.44% | - |
| HSV(B) | 212.41º | 0.91% | 0.8% | - |
| XYZ | 16.22 | 14.44 | 59.69 | - |
| YUV | 89.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 205 | 0.91 | 0.49 | 0 | 0.20 | 212.41 | 0.84 | 0.44 |
| Hex | 12 | 68 | CD | 5B | 31 | 0 | 14 | D4 | 54 | 2C |
| Octal | 22 | 150 | 315 | 133 | 61 | 0 | 24 | 324 | 124 | 54 |
| Binary | 10010 | 1101000 | 11001101 | 1011011 | 110001 | 0 | 10100 | 11010100 | 1010100 | 101100 |
Color Harmonies of #1268CD
Complementary color
Monochromatic Colors of #1268CD
Black with #1268CD
Text Example
Text Example
White with #1268CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268CD; }
p { color: rgb(18,104,205); }
H1.HeaderClassName
{
color: #1268CD;
}
.AnyTagClassName
{
color: #1268CD;
}
</style>
background-color css
<style>
a { background-color: #1268CD; }
a { background-color: rgb(18,104,205); }
div.DivClassName
{
background-color: #1268CD;
}
.BgClassName
{
background-color: #1268CD;
}
</style>
border-color css
<style>
span { border-color: #1268CD; }
span { border-color: rgb(18,104,205); }
td.TdClassName
{
border-color: #1268CD;
}
.TagClassName
{
border-color: #1268CD;
}
</style>