Shades of Denim #1269CC
Tints of Denim #1269CC
RGB
CMYK
RGB Variations
Color information
#1269CC (or 0x1269CC) is known color: Denim. HEX triplet: 12, 69 and CC. RGB value is (18,105,204). Sum of RGB (Red+Green+Blue) = 18+105+204=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #1269CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269CC is #ED9633. Grayscale: #595959. Windows color (decimal): -15570484 or 13396242. OLE color: 13396242.
HSL color Cylindrical-coordinate representation of color #1269CC: hue angle of 211.94º 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 #1269CC is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 105 | 204 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.2 |
| HSL | 211.94º | 0.84% | 0.44% | - |
| HSV(B) | 211.94º | 0.91% | 0.8% | - |
| XYZ | 16.2 | 14.59 | 59.09 | - |
| YUV | 90.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 204 | 0.91 | 0.49 | 0 | 0.2 | 211.94 | 0.84 | 0.44 |
| Hex | 12 | 69 | CC | 5B | 31 | 0 | 14 | D4 | 54 | 2C |
| Octal | 22 | 151 | 314 | 133 | 61 | 0 | 24 | 324 | 124 | 54 |
| Binary | 10010 | 1101001 | 11001100 | 1011011 | 110001 | 0 | 10100 | 11010100 | 1010100 | 101100 |
Color Harmonies of #1269CC
Complementary color
Monochromatic Colors of #1269CC
Black with #1269CC
Text Example
Text Example
White with #1269CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1269CC; }
p { color: rgb(18,105,204); }
H1.HeaderClassName
{
color: #1269CC;
}
.AnyTagClassName
{
color: #1269CC;
}
</style>
background-color css
<style>
a { background-color: #1269CC; }
a { background-color: rgb(18,105,204); }
div.DivClassName
{
background-color: #1269CC;
}
.BgClassName
{
background-color: #1269CC;
}
</style>
border-color css
<style>
span { border-color: #1269CC; }
span { border-color: rgb(18,105,204); }
td.TdClassName
{
border-color: #1269CC;
}
.TagClassName
{
border-color: #1269CC;
}
</style>