Shades of Cerulean #1273A0
Tints of Cerulean #1273A0
RGB
CMYK
RGB Variations
Color information
#1273A0 (or 0x1273A0) is known color: Cerulean. HEX triplet: 12, 73 and A0. RGB value is (18,115,160). Sum of RGB (Red+Green+Blue) = 18+115+160=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #1273A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273A0 is #ED8C5F. Grayscale: #5A5A5A. Windows color (decimal): -15567968 or 10515218. OLE color: 10515218.
HSL color Cylindrical-coordinate representation of color #1273A0: hue angle of 199.01º 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 #1273A0 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 115 | 160 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.37 |
| HSL | 199.01º | 0.8% | 0.35% | - |
| HSV(B) | 199.01º | 0.89% | 0.63% | - |
| XYZ | 12.73 | 14.93 | 35.47 | - |
| YUV | 91.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 160 | 0.89 | 0.28 | 0 | 0.37 | 199.01 | 0.8 | 0.35 |
| Hex | 12 | 73 | A0 | 59 | 1C | 0 | 25 | C7 | 50 | 23 |
| Octal | 22 | 163 | 240 | 131 | 34 | 0 | 45 | 307 | 120 | 43 |
| Binary | 10010 | 1110011 | 10100000 | 1011001 | 11100 | 0 | 100101 | 11000111 | 1010000 | 100011 |
Color Harmonies of #1273A0
Complementary color
Monochromatic Colors of #1273A0
Black with #1273A0
Text Example
Text Example
White with #1273A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273A0; }
p { color: rgb(18,115,160); }
H1.HeaderClassName
{
color: #1273A0;
}
.AnyTagClassName
{
color: #1273A0;
}
</style>
background-color css
<style>
a { background-color: #1273A0; }
a { background-color: rgb(18,115,160); }
div.DivClassName
{
background-color: #1273A0;
}
.BgClassName
{
background-color: #1273A0;
}
</style>
border-color css
<style>
span { border-color: #1273A0; }
span { border-color: rgb(18,115,160); }
td.TdClassName
{
border-color: #1273A0;
}
.TagClassName
{
border-color: #1273A0;
}
</style>