Shades of Cerulean #1272A2
Tints of Cerulean #1272A2
RGB
CMYK
RGB Variations
Color information
#1272A2 (or 0x1272A2) is known color: Cerulean. HEX triplet: 12, 72 and A2. RGB value is (18,114,162). Sum of RGB (Red+Green+Blue) = 18+114+162=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #1272A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272A2 is #ED8D5D. Grayscale: #5A5A5A. Windows color (decimal): -15568222 or 10646034. OLE color: 10646034.
HSL color Cylindrical-coordinate representation of color #1272A2: hue angle of 200º 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 #1272A2 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 114 | 162 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.36 |
| HSL | 200º | 0.8% | 0.35% | - |
| HSV(B) | 200º | 0.89% | 0.64% | - |
| XYZ | 12.79 | 14.77 | 36.36 | - |
| YUV | 90.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 162 | 0.89 | 0.30 | 0 | 0.36 | 200 | 0.8 | 0.35 |
| Hex | 12 | 72 | A2 | 59 | 1E | 0 | 24 | C8 | 50 | 23 |
| Octal | 22 | 162 | 242 | 131 | 36 | 0 | 44 | 310 | 120 | 43 |
| Binary | 10010 | 1110010 | 10100010 | 1011001 | 11110 | 0 | 100100 | 11001000 | 1010000 | 100011 |
Color Harmonies of #1272A2
Complementary color
Monochromatic Colors of #1272A2
Black with #1272A2
Text Example
Text Example
White with #1272A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272A2; }
p { color: rgb(18,114,162); }
H1.HeaderClassName
{
color: #1272A2;
}
.AnyTagClassName
{
color: #1272A2;
}
</style>
background-color css
<style>
a { background-color: #1272A2; }
a { background-color: rgb(18,114,162); }
div.DivClassName
{
background-color: #1272A2;
}
.BgClassName
{
background-color: #1272A2;
}
</style>
border-color css
<style>
span { border-color: #1272A2; }
span { border-color: rgb(18,114,162); }
td.TdClassName
{
border-color: #1272A2;
}
.TagClassName
{
border-color: #1272A2;
}
</style>