Shades of Cerulean #1272AB
Tints of Cerulean #1272AB
RGB
CMYK
RGB Variations
Color information
#1272AB (or 0x1272AB) is known color: Cerulean. HEX triplet: 12, 72 and AB. RGB value is (18,114,171). Sum of RGB (Red+Green+Blue) = 18+114+171=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #1272AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272AB is #ED8D54. Grayscale: #5B5B5B. Windows color (decimal): -15568213 or 11235858. OLE color: 11235858.
HSL color Cylindrical-coordinate representation of color #1272AB: hue angle of 202.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1272AB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 114 | 171 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.33 |
| HSL | 202.35º | 0.81% | 0.37% | - |
| HSV(B) | 202.35º | 0.89% | 0.67% | - |
| XYZ | 13.62 | 15.1 | 40.73 | - |
| YUV | 91.79 | 172.7 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 171 | 0.89 | 0.33 | 0 | 0.33 | 202.35 | 0.81 | 0.37 |
| Hex | 12 | 72 | AB | 59 | 21 | 0 | 21 | CA | 51 | 25 |
| Octal | 22 | 162 | 253 | 131 | 41 | 0 | 41 | 312 | 121 | 45 |
| Binary | 10010 | 1110010 | 10101011 | 1011001 | 100001 | 0 | 100001 | 11001010 | 1010001 | 100101 |
Color Harmonies of #1272AB
Complementary color
Monochromatic Colors of #1272AB
Black with #1272AB
Text Example
Text Example
White with #1272AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272AB; }
p { color: rgb(18,114,171); }
H1.HeaderClassName
{
color: #1272AB;
}
.AnyTagClassName
{
color: #1272AB;
}
</style>
background-color css
<style>
a { background-color: #1272AB; }
a { background-color: rgb(18,114,171); }
div.DivClassName
{
background-color: #1272AB;
}
.BgClassName
{
background-color: #1272AB;
}
</style>
border-color css
<style>
span { border-color: #1272AB; }
span { border-color: rgb(18,114,171); }
td.TdClassName
{
border-color: #1272AB;
}
.TagClassName
{
border-color: #1272AB;
}
</style>