Shades of Cerulean #1273AE
Tints of Cerulean #1273AE
RGB
CMYK
RGB Variations
Color information
#1273AE (or 0x1273AE) is known color: Cerulean. HEX triplet: 12, 73 and AE. RGB value is (18,115,174). Sum of RGB (Red+Green+Blue) = 18+115+174=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #1273AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273AE is #ED8C51. Grayscale: #5C5C5C. Windows color (decimal): -15567954 or 11432722. OLE color: 11432722.
HSL color Cylindrical-coordinate representation of color #1273AE: hue angle of 202.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1273AE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 115 | 174 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.32 |
| HSL | 202.69º | 0.81% | 0.38% | - |
| HSV(B) | 202.69º | 0.9% | 0.68% | - |
| XYZ | 14.02 | 15.45 | 42.29 | - |
| YUV | 92.72 | 173.86 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 174 | 0.90 | 0.34 | 0 | 0.32 | 202.69 | 0.81 | 0.38 |
| Hex | 12 | 73 | AE | 5A | 22 | 0 | 20 | CB | 51 | 26 |
| Octal | 22 | 163 | 256 | 132 | 42 | 0 | 40 | 313 | 121 | 46 |
| Binary | 10010 | 1110011 | 10101110 | 1011010 | 100010 | 0 | 100000 | 11001011 | 1010001 | 100110 |
Color Harmonies of #1273AE
Complementary color
Monochromatic Colors of #1273AE
Black with #1273AE
Text Example
Text Example
White with #1273AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273AE; }
p { color: rgb(18,115,174); }
H1.HeaderClassName
{
color: #1273AE;
}
.AnyTagClassName
{
color: #1273AE;
}
</style>
background-color css
<style>
a { background-color: #1273AE; }
a { background-color: rgb(18,115,174); }
div.DivClassName
{
background-color: #1273AE;
}
.BgClassName
{
background-color: #1273AE;
}
</style>
border-color css
<style>
span { border-color: #1273AE; }
span { border-color: rgb(18,115,174); }
td.TdClassName
{
border-color: #1273AE;
}
.TagClassName
{
border-color: #1273AE;
}
</style>