Shades of Cerulean #1276AB
Tints of Cerulean #1276AB
RGB
CMYK
RGB Variations
Color information
#1276AB (or 0x1276AB) is known color: Cerulean. HEX triplet: 12, 76 and AB. RGB value is (18,118,171). Sum of RGB (Red+Green+Blue) = 18+118+171=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1276AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1276AB is #ED8954. Grayscale: #5D5D5D. Windows color (decimal): -15567189 or 11236882. OLE color: 11236882.
HSL color Cylindrical-coordinate representation of color #1276AB: hue angle of 200.78º 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 #1276AB is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 118 | 171 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.33 |
| HSL | 200.78º | 0.81% | 0.37% | - |
| HSV(B) | 200.78º | 0.89% | 0.67% | - |
| XYZ | 14.08 | 16.03 | 40.88 | - |
| YUV | 94.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 171 | 0.89 | 0.31 | 0 | 0.33 | 200.78 | 0.81 | 0.37 |
| Hex | 12 | 76 | AB | 59 | 1F | 0 | 21 | C9 | 51 | 25 |
| Octal | 22 | 166 | 253 | 131 | 37 | 0 | 41 | 311 | 121 | 45 |
| Binary | 10010 | 1110110 | 10101011 | 1011001 | 11111 | 0 | 100001 | 11001001 | 1010001 | 100101 |
Color Harmonies of #1276AB
Complementary color
Monochromatic Colors of #1276AB
Black with #1276AB
Text Example
Text Example
White with #1276AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276AB; }
p { color: rgb(18,118,171); }
H1.HeaderClassName
{
color: #1276AB;
}
.AnyTagClassName
{
color: #1276AB;
}
</style>
background-color css
<style>
a { background-color: #1276AB; }
a { background-color: rgb(18,118,171); }
div.DivClassName
{
background-color: #1276AB;
}
.BgClassName
{
background-color: #1276AB;
}
</style>
border-color css
<style>
span { border-color: #1276AB; }
span { border-color: rgb(18,118,171); }
td.TdClassName
{
border-color: #1276AB;
}
.TagClassName
{
border-color: #1276AB;
}
</style>