Shades of Cerulean #1281BA
Tints of Cerulean #1281BA
RGB
CMYK
RGB Variations
Color information
#1281BA (or 0x1281BA) is known color: Cerulean. HEX triplet: 12, 81 and BA. RGB value is (18,129,186). Sum of RGB (Red+Green+Blue) = 18+129+186=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #1281BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281BA is #ED7E45. Grayscale: #656565. Windows color (decimal): -15564358 or 12222738. OLE color: 12222738.
HSL color Cylindrical-coordinate representation of color #1281BA: hue angle of 200.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1281BA is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 129 | 186 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.27 |
| HSL | 200.36º | 0.82% | 0.4% | - |
| HSV(B) | 200.36º | 0.9% | 0.73% | - |
| XYZ | 16.96 | 19.37 | 49.3 | - |
| YUV | 102.31 | 175.23 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 186 | 0.90 | 0.31 | 0 | 0.27 | 200.36 | 0.82 | 0.4 |
| Hex | 12 | 81 | BA | 5A | 1F | 0 | 1B | C8 | 52 | 28 |
| Octal | 22 | 201 | 272 | 132 | 37 | 0 | 33 | 310 | 122 | 50 |
| Binary | 10010 | 10000001 | 10111010 | 1011010 | 11111 | 0 | 11011 | 11001000 | 1010010 | 101000 |
Color Harmonies of #1281BA
Complementary color
Monochromatic Colors of #1281BA
Black with #1281BA
Text Example
Text Example
White with #1281BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1281BA; }
p { color: rgb(18,129,186); }
H1.HeaderClassName
{
color: #1281BA;
}
.AnyTagClassName
{
color: #1281BA;
}
</style>
background-color css
<style>
a { background-color: #1281BA; }
a { background-color: rgb(18,129,186); }
div.DivClassName
{
background-color: #1281BA;
}
.BgClassName
{
background-color: #1281BA;
}
</style>
border-color css
<style>
span { border-color: #1281BA; }
span { border-color: rgb(18,129,186); }
td.TdClassName
{
border-color: #1281BA;
}
.TagClassName
{
border-color: #1281BA;
}
</style>