Shades of Cerulean #127BA9
Tints of Cerulean #127BA9
RGB
CMYK
RGB Variations
Color information
#127BA9 (or 0x127BA9) is known color: Cerulean. HEX triplet: 12, 7B and A9. RGB value is (18,123,169). Sum of RGB (Red+Green+Blue) = 18+123+169=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #127BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA9 is #ED8456. Grayscale: #606060. Windows color (decimal): -15565911 or 11107090. OLE color: 11107090.
HSL color Cylindrical-coordinate representation of color #127BA9: hue angle of 198.28º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127BA9 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 123 | 169 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.34 |
| HSL | 198.28º | 0.81% | 0.37% | - |
| HSV(B) | 198.28º | 0.89% | 0.66% | - |
| XYZ | 14.49 | 17.16 | 40.08 | - |
| YUV | 96.85 | 168.71 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 169 | 0.89 | 0.27 | 0 | 0.34 | 198.28 | 0.81 | 0.37 |
| Hex | 12 | 7B | A9 | 59 | 1B | 0 | 22 | C6 | 51 | 25 |
| Octal | 22 | 173 | 251 | 131 | 33 | 0 | 42 | 306 | 121 | 45 |
| Binary | 10010 | 1111011 | 10101001 | 1011001 | 11011 | 0 | 100010 | 11000110 | 1010001 | 100101 |
Color Harmonies of #127BA9
Complementary color
Monochromatic Colors of #127BA9
Black with #127BA9
Text Example
Text Example
White with #127BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BA9; }
p { color: rgb(18,123,169); }
H1.HeaderClassName
{
color: #127BA9;
}
.AnyTagClassName
{
color: #127BA9;
}
</style>
background-color css
<style>
a { background-color: #127BA9; }
a { background-color: rgb(18,123,169); }
div.DivClassName
{
background-color: #127BA9;
}
.BgClassName
{
background-color: #127BA9;
}
</style>
border-color css
<style>
span { border-color: #127BA9; }
span { border-color: rgb(18,123,169); }
td.TdClassName
{
border-color: #127BA9;
}
.TagClassName
{
border-color: #127BA9;
}
</style>