Shades of Cerulean #1279A8
Tints of Cerulean #1279A8
RGB
CMYK
RGB Variations
Color information
#1279A8 (or 0x1279A8) is known color: Cerulean. HEX triplet: 12, 79 and A8. RGB value is (18,121,168). Sum of RGB (Red+Green+Blue) = 18+121+168=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #1279A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1279A8 is #ED8657. Grayscale: #5F5F5F. Windows color (decimal): -15566424 or 11041042. OLE color: 11041042.
HSL color Cylindrical-coordinate representation of color #1279A8: hue angle of 198.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1279A8 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 121 | 168 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.34 |
| HSL | 198.8º | 0.81% | 0.36% | - |
| HSV(B) | 198.8º | 0.89% | 0.66% | - |
| XYZ | 14.15 | 16.63 | 39.51 | - |
| YUV | 95.56 | 168.88 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 168 | 0.89 | 0.28 | 0 | 0.34 | 198.8 | 0.81 | 0.36 |
| Hex | 12 | 79 | A8 | 59 | 1C | 0 | 22 | C7 | 51 | 24 |
| Octal | 22 | 171 | 250 | 131 | 34 | 0 | 42 | 307 | 121 | 44 |
| Binary | 10010 | 1111001 | 10101000 | 1011001 | 11100 | 0 | 100010 | 11000111 | 1010001 | 100100 |
Color Harmonies of #1279A8
Complementary color
Monochromatic Colors of #1279A8
Black with #1279A8
Text Example
Text Example
White with #1279A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279A8; }
p { color: rgb(18,121,168); }
H1.HeaderClassName
{
color: #1279A8;
}
.AnyTagClassName
{
color: #1279A8;
}
</style>
background-color css
<style>
a { background-color: #1279A8; }
a { background-color: rgb(18,121,168); }
div.DivClassName
{
background-color: #1279A8;
}
.BgClassName
{
background-color: #1279A8;
}
</style>
border-color css
<style>
span { border-color: #1279A8; }
span { border-color: rgb(18,121,168); }
td.TdClassName
{
border-color: #1279A8;
}
.TagClassName
{
border-color: #1279A8;
}
</style>