Shades of Cerulean #127AB9
Tints of Cerulean #127AB9
RGB
CMYK
RGB Variations
Color information
#127AB9 (or 0x127AB9) is known color: Cerulean. HEX triplet: 12, 7A and B9. RGB value is (18,122,185). Sum of RGB (Red+Green+Blue) = 18+122+185=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #127AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB9 is #ED8546. Grayscale: #616161. Windows color (decimal): -15566151 or 12155410. OLE color: 12155410.
HSL color Cylindrical-coordinate representation of color #127AB9: hue angle of 202.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AB9 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 122 | 185 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.27 |
| HSL | 202.63º | 0.82% | 0.4% | - |
| HSV(B) | 202.63º | 0.9% | 0.73% | - |
| XYZ | 15.97 | 17.55 | 48.45 | - |
| YUV | 98.09 | 177.04 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 185 | 0.90 | 0.34 | 0 | 0.27 | 202.63 | 0.82 | 0.4 |
| Hex | 12 | 7A | B9 | 5A | 22 | 0 | 1B | CB | 52 | 28 |
| Octal | 22 | 172 | 271 | 132 | 42 | 0 | 33 | 313 | 122 | 50 |
| Binary | 10010 | 1111010 | 10111001 | 1011010 | 100010 | 0 | 11011 | 11001011 | 1010010 | 101000 |
Color Harmonies of #127AB9
Complementary color
Monochromatic Colors of #127AB9
Black with #127AB9
Text Example
Text Example
White with #127AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AB9; }
p { color: rgb(18,122,185); }
H1.HeaderClassName
{
color: #127AB9;
}
.AnyTagClassName
{
color: #127AB9;
}
</style>
background-color css
<style>
a { background-color: #127AB9; }
a { background-color: rgb(18,122,185); }
div.DivClassName
{
background-color: #127AB9;
}
.BgClassName
{
background-color: #127AB9;
}
</style>
border-color css
<style>
span { border-color: #127AB9; }
span { border-color: rgb(18,122,185); }
td.TdClassName
{
border-color: #127AB9;
}
.TagClassName
{
border-color: #127AB9;
}
</style>