Shades of Cerulean #1277AB
Tints of Cerulean #1277AB
RGB
CMYK
RGB Variations
Color information
#1277AB (or 0x1277AB) is known color: Cerulean. HEX triplet: 12, 77 and AB. RGB value is (18,119,171). Sum of RGB (Red+Green+Blue) = 18+119+171=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #1277AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1277AB is #ED8854. Grayscale: #5E5E5E. Windows color (decimal): -15566933 or 11237138. OLE color: 11237138.
HSL color Cylindrical-coordinate representation of color #1277AB: hue angle of 200.39º 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 #1277AB is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 119 | 171 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.33 |
| HSL | 200.39º | 0.81% | 0.37% | - |
| HSV(B) | 200.39º | 0.89% | 0.67% | - |
| XYZ | 14.2 | 16.26 | 40.92 | - |
| YUV | 94.73 | 171.04 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 171 | 0.89 | 0.30 | 0 | 0.33 | 200.39 | 0.81 | 0.37 |
| Hex | 12 | 77 | AB | 59 | 1E | 0 | 21 | C8 | 51 | 25 |
| Octal | 22 | 167 | 253 | 131 | 36 | 0 | 41 | 310 | 121 | 45 |
| Binary | 10010 | 1110111 | 10101011 | 1011001 | 11110 | 0 | 100001 | 11001000 | 1010001 | 100101 |
Color Harmonies of #1277AB
Complementary color
Monochromatic Colors of #1277AB
Black with #1277AB
Text Example
Text Example
White with #1277AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277AB; }
p { color: rgb(18,119,171); }
H1.HeaderClassName
{
color: #1277AB;
}
.AnyTagClassName
{
color: #1277AB;
}
</style>
background-color css
<style>
a { background-color: #1277AB; }
a { background-color: rgb(18,119,171); }
div.DivClassName
{
background-color: #1277AB;
}
.BgClassName
{
background-color: #1277AB;
}
</style>
border-color css
<style>
span { border-color: #1277AB; }
span { border-color: rgb(18,119,171); }
td.TdClassName
{
border-color: #1277AB;
}
.TagClassName
{
border-color: #1277AB;
}
</style>