Shades of Denim #1267AB
Tints of Denim #1267AB
RGB
CMYK
RGB Variations
Color information
#1267AB (or 0x1267AB) is known color: Denim. HEX triplet: 12, 67 and AB. RGB value is (18,103,171). Sum of RGB (Red+Green+Blue) = 18+103+171=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #1267AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1267AB is #ED9854. Grayscale: #545454. Windows color (decimal): -15571029 or 11233042. OLE color: 11233042.
HSL color Cylindrical-coordinate representation of color #1267AB: hue angle of 206.67º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1267AB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 103 | 171 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.33 |
| HSL | 206.67º | 0.81% | 0.37% | - |
| HSV(B) | 206.67º | 0.89% | 0.67% | - |
| XYZ | 12.45 | 12.77 | 40.34 | - |
| YUV | 85.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 171 | 0.89 | 0.40 | 0 | 0.33 | 206.67 | 0.81 | 0.37 |
| Hex | 12 | 67 | AB | 59 | 28 | 0 | 21 | CF | 51 | 25 |
| Octal | 22 | 147 | 253 | 131 | 50 | 0 | 41 | 317 | 121 | 45 |
| Binary | 10010 | 1100111 | 10101011 | 1011001 | 101000 | 0 | 100001 | 11001111 | 1010001 | 100101 |
Color Harmonies of #1267AB
Complementary color
Monochromatic Colors of #1267AB
Black with #1267AB
Text Example
Text Example
White with #1267AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1267AB; }
p { color: rgb(18,103,171); }
H1.HeaderClassName
{
color: #1267AB;
}
.AnyTagClassName
{
color: #1267AB;
}
</style>
background-color css
<style>
a { background-color: #1267AB; }
a { background-color: rgb(18,103,171); }
div.DivClassName
{
background-color: #1267AB;
}
.BgClassName
{
background-color: #1267AB;
}
</style>
border-color css
<style>
span { border-color: #1267AB; }
span { border-color: rgb(18,103,171); }
td.TdClassName
{
border-color: #1267AB;
}
.TagClassName
{
border-color: #1267AB;
}
</style>