Shades of Denim #1268CC
Tints of Denim #1268CC
RGB
CMYK
RGB Variations
Color information
#1268CC (or 0x1268CC) is known color: Denim. HEX triplet: 12, 68 and CC. RGB value is (18,104,204). Sum of RGB (Red+Green+Blue) = 18+104+204=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #1268CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268CC is #ED9733. Grayscale: #595959. Windows color (decimal): -15570740 or 13395986. OLE color: 13395986.
HSL color Cylindrical-coordinate representation of color #1268CC: hue angle of 212.26º 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 #1268CC is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 104 | 204 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.2 |
| HSL | 212.26º | 0.84% | 0.44% | - |
| HSV(B) | 212.26º | 0.91% | 0.8% | - |
| XYZ | 16.1 | 14.39 | 59.06 | - |
| YUV | 89.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 204 | 0.91 | 0.49 | 0 | 0.2 | 212.26 | 0.84 | 0.44 |
| Hex | 12 | 68 | CC | 5B | 31 | 0 | 14 | D4 | 54 | 2C |
| Octal | 22 | 150 | 314 | 133 | 61 | 0 | 24 | 324 | 124 | 54 |
| Binary | 10010 | 1101000 | 11001100 | 1011011 | 110001 | 0 | 10100 | 11010100 | 1010100 | 101100 |
Color Harmonies of #1268CC
Complementary color
Monochromatic Colors of #1268CC
Black with #1268CC
Text Example
Text Example
White with #1268CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268CC; }
p { color: rgb(18,104,204); }
H1.HeaderClassName
{
color: #1268CC;
}
.AnyTagClassName
{
color: #1268CC;
}
</style>
background-color css
<style>
a { background-color: #1268CC; }
a { background-color: rgb(18,104,204); }
div.DivClassName
{
background-color: #1268CC;
}
.BgClassName
{
background-color: #1268CC;
}
</style>
border-color css
<style>
span { border-color: #1268CC; }
span { border-color: rgb(18,104,204); }
td.TdClassName
{
border-color: #1268CC;
}
.TagClassName
{
border-color: #1268CC;
}
</style>