Shades of Cerulean #1272AE
Tints of Cerulean #1272AE
RGB
CMYK
RGB Variations
Color information
#1272AE (or 0x1272AE) is known color: Cerulean. HEX triplet: 12, 72 and AE. RGB value is (18,114,174). Sum of RGB (Red+Green+Blue) = 18+114+174=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #1272AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272AE is #ED8D51. Grayscale: #5B5B5B. Windows color (decimal): -15568210 or 11432466. OLE color: 11432466.
HSL color Cylindrical-coordinate representation of color #1272AE: hue angle of 203.08º 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 #1272AE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 114 | 174 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.32 |
| HSL | 203.08º | 0.81% | 0.38% | - |
| HSV(B) | 203.08º | 0.9% | 0.68% | - |
| XYZ | 13.91 | 15.22 | 42.25 | - |
| YUV | 92.14 | 174.2 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 174 | 0.90 | 0.34 | 0 | 0.32 | 203.08 | 0.81 | 0.38 |
| Hex | 12 | 72 | AE | 5A | 22 | 0 | 20 | CB | 51 | 26 |
| Octal | 22 | 162 | 256 | 132 | 42 | 0 | 40 | 313 | 121 | 46 |
| Binary | 10010 | 1110010 | 10101110 | 1011010 | 100010 | 0 | 100000 | 11001011 | 1010001 | 100110 |
Color Harmonies of #1272AE
Complementary color
Monochromatic Colors of #1272AE
Black with #1272AE
Text Example
Text Example
White with #1272AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272AE; }
p { color: rgb(18,114,174); }
H1.HeaderClassName
{
color: #1272AE;
}
.AnyTagClassName
{
color: #1272AE;
}
</style>
background-color css
<style>
a { background-color: #1272AE; }
a { background-color: rgb(18,114,174); }
div.DivClassName
{
background-color: #1272AE;
}
.BgClassName
{
background-color: #1272AE;
}
</style>
border-color css
<style>
span { border-color: #1272AE; }
span { border-color: rgb(18,114,174); }
td.TdClassName
{
border-color: #1272AE;
}
.TagClassName
{
border-color: #1272AE;
}
</style>