Shades of Cerulean #1279A0
Tints of Cerulean #1279A0
RGB
CMYK
RGB Variations
Color information
#1279A0 (or 0x1279A0) is known color: Cerulean. HEX triplet: 12, 79 and A0. RGB value is (18,121,160). Sum of RGB (Red+Green+Blue) = 18+121+160=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #1279A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1279A0 is #ED865F. Grayscale: #5E5E5E. Windows color (decimal): -15566432 or 10516754. OLE color: 10516754.
HSL color Cylindrical-coordinate representation of color #1279A0: hue angle of 196.48º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1279A0 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 121 | 160 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.37 |
| HSL | 196.48º | 0.8% | 0.35% | - |
| HSV(B) | 196.48º | 0.89% | 0.63% | - |
| XYZ | 13.43 | 16.34 | 35.7 | - |
| YUV | 94.65 | 164.88 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 160 | 0.89 | 0.24 | 0 | 0.37 | 196.48 | 0.8 | 0.35 |
| Hex | 12 | 79 | A0 | 59 | 18 | 0 | 25 | C4 | 50 | 23 |
| Octal | 22 | 171 | 240 | 131 | 30 | 0 | 45 | 304 | 120 | 43 |
| Binary | 10010 | 1111001 | 10100000 | 1011001 | 11000 | 0 | 100101 | 11000100 | 1010000 | 100011 |
Color Harmonies of #1279A0
Complementary color
Monochromatic Colors of #1279A0
Black with #1279A0
Text Example
Text Example
White with #1279A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279A0; }
p { color: rgb(18,121,160); }
H1.HeaderClassName
{
color: #1279A0;
}
.AnyTagClassName
{
color: #1279A0;
}
</style>
background-color css
<style>
a { background-color: #1279A0; }
a { background-color: rgb(18,121,160); }
div.DivClassName
{
background-color: #1279A0;
}
.BgClassName
{
background-color: #1279A0;
}
</style>
border-color css
<style>
span { border-color: #1279A0; }
span { border-color: rgb(18,121,160); }
td.TdClassName
{
border-color: #1279A0;
}
.TagClassName
{
border-color: #1279A0;
}
</style>