Shades of Denim #1276BD
Tints of Denim #1276BD
RGB
CMYK
RGB Variations
Color information
#1276BD (or 0x1276BD) is known color: Denim. HEX triplet: 12, 76 and BD. RGB value is (18,118,189). Sum of RGB (Red+Green+Blue) = 18+118+189=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #1276BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276BD is #ED8942. Grayscale: #5F5F5F. Windows color (decimal): -15567171 or 12416530. OLE color: 12416530.
HSL color Cylindrical-coordinate representation of color #1276BD: hue angle of 204.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1276BD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 118 | 189 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.26 |
| HSL | 204.91º | 0.83% | 0.41% | - |
| HSV(B) | 204.91º | 0.9% | 0.74% | - |
| XYZ | 15.91 | 16.76 | 50.54 | - |
| YUV | 96.19 | 180.37 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 189 | 0.90 | 0.38 | 0 | 0.26 | 204.91 | 0.83 | 0.41 |
| Hex | 12 | 76 | BD | 5A | 26 | 0 | 1A | CD | 53 | 29 |
| Octal | 22 | 166 | 275 | 132 | 46 | 0 | 32 | 315 | 123 | 51 |
| Binary | 10010 | 1110110 | 10111101 | 1011010 | 100110 | 0 | 11010 | 11001101 | 1010011 | 101001 |
Color Harmonies of #1276BD
Complementary color
Monochromatic Colors of #1276BD
Black with #1276BD
Text Example
Text Example
White with #1276BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276BD; }
p { color: rgb(18,118,189); }
H1.HeaderClassName
{
color: #1276BD;
}
.AnyTagClassName
{
color: #1276BD;
}
</style>
background-color css
<style>
a { background-color: #1276BD; }
a { background-color: rgb(18,118,189); }
div.DivClassName
{
background-color: #1276BD;
}
.BgClassName
{
background-color: #1276BD;
}
</style>
border-color css
<style>
span { border-color: #1276BD; }
span { border-color: rgb(18,118,189); }
td.TdClassName
{
border-color: #1276BD;
}
.TagClassName
{
border-color: #1276BD;
}
</style>