Shades of Cerulean #1279A3
Tints of Cerulean #1279A3
RGB
CMYK
RGB Variations
Color information
#1279A3 (or 0x1279A3) is known color: Cerulean. HEX triplet: 12, 79 and A3. RGB value is (18,121,163). Sum of RGB (Red+Green+Blue) = 18+121+163=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 163 (64.06% from 255 or 53.97% from 302); Max value from RGB is 163 - color contains mainly: blue. Hex color #1279A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1279A3 is #ED865C. Grayscale: #5E5E5E. Windows color (decimal): -15566429 or 10713362. OLE color: 10713362.
HSL color Cylindrical-coordinate representation of color #1279A3: hue angle of 197.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1279A3 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 121 | 163 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.36 |
| HSL | 197.38º | 0.8% | 0.35% | - |
| HSV(B) | 197.38º | 0.89% | 0.64% | - |
| XYZ | 13.7 | 16.45 | 37.1 | - |
| YUV | 94.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 163 | 0.89 | 0.26 | 0 | 0.36 | 197.38 | 0.8 | 0.35 |
| Hex | 12 | 79 | A3 | 59 | 1A | 0 | 24 | C5 | 50 | 23 |
| Octal | 22 | 171 | 243 | 131 | 32 | 0 | 44 | 305 | 120 | 43 |
| Binary | 10010 | 1111001 | 10100011 | 1011001 | 11010 | 0 | 100100 | 11000101 | 1010000 | 100011 |
Color Harmonies of #1279A3
Complementary color
Monochromatic Colors of #1279A3
Black with #1279A3
Text Example
Text Example
White with #1279A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279A3; }
p { color: rgb(18,121,163); }
H1.HeaderClassName
{
color: #1279A3;
}
.AnyTagClassName
{
color: #1279A3;
}
</style>
background-color css
<style>
a { background-color: #1279A3; }
a { background-color: rgb(18,121,163); }
div.DivClassName
{
background-color: #1279A3;
}
.BgClassName
{
background-color: #1279A3;
}
</style>
border-color css
<style>
span { border-color: #1279A3; }
span { border-color: rgb(18,121,163); }
td.TdClassName
{
border-color: #1279A3;
}
.TagClassName
{
border-color: #1279A3;
}
</style>