Shades of Cerulean #1270AB
Tints of Cerulean #1270AB
RGB
CMYK
RGB Variations
Color information
#1270AB (or 0x1270AB) is known color: Cerulean. HEX triplet: 12, 70 and AB. RGB value is (18,112,171). Sum of RGB (Red+Green+Blue) = 18+112+171=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #1270AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1270AB is #ED8F54. Grayscale: #5A5A5A. Windows color (decimal): -15568725 or 11235346. OLE color: 11235346.
HSL color Cylindrical-coordinate representation of color #1270AB: hue angle of 203.14º 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 #1270AB is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 112 | 171 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.33 |
| HSL | 203.14º | 0.81% | 0.37% | - |
| HSV(B) | 203.14º | 0.89% | 0.67% | - |
| XYZ | 13.39 | 14.66 | 40.65 | - |
| YUV | 90.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 171 | 0.89 | 0.35 | 0 | 0.33 | 203.14 | 0.81 | 0.37 |
| Hex | 12 | 70 | AB | 59 | 23 | 0 | 21 | CB | 51 | 25 |
| Octal | 22 | 160 | 253 | 131 | 43 | 0 | 41 | 313 | 121 | 45 |
| Binary | 10010 | 1110000 | 10101011 | 1011001 | 100011 | 0 | 100001 | 11001011 | 1010001 | 100101 |
Color Harmonies of #1270AB
Complementary color
Monochromatic Colors of #1270AB
Black with #1270AB
Text Example
Text Example
White with #1270AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270AB; }
p { color: rgb(18,112,171); }
H1.HeaderClassName
{
color: #1270AB;
}
.AnyTagClassName
{
color: #1270AB;
}
</style>
background-color css
<style>
a { background-color: #1270AB; }
a { background-color: rgb(18,112,171); }
div.DivClassName
{
background-color: #1270AB;
}
.BgClassName
{
background-color: #1270AB;
}
</style>
border-color css
<style>
span { border-color: #1270AB; }
span { border-color: rgb(18,112,171); }
td.TdClassName
{
border-color: #1270AB;
}
.TagClassName
{
border-color: #1270AB;
}
</style>