Shades of Cerulean #127199
Tints of Cerulean #127199
RGB
CMYK
RGB Variations
Color information
#127199 (or 0x127199) is known color: Cerulean. HEX triplet: 12, 71 and 99. RGB value is (18,113,153). Sum of RGB (Red+Green+Blue) = 18+113+153=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #127199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127199 is #ED8E66. Grayscale: #585858. Windows color (decimal): -15568487 or 10055954. OLE color: 10055954.
HSL color Cylindrical-coordinate representation of color #127199: hue angle of 197.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127199 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 113 | 153 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.4 |
| HSL | 197.78º | 0.79% | 0.34% | - |
| HSV(B) | 197.78º | 0.88% | 0.6% | - |
| XYZ | 11.9 | 14.24 | 32.26 | - |
| YUV | 89.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 153 | 0.88 | 0.26 | 0 | 0.4 | 197.78 | 0.79 | 0.34 |
| Hex | 12 | 71 | 99 | 58 | 1A | 0 | 28 | C6 | 4F | 22 |
| Octal | 22 | 161 | 231 | 130 | 32 | 0 | 50 | 306 | 117 | 42 |
| Binary | 10010 | 1110001 | 10011001 | 1011000 | 11010 | 0 | 101000 | 11000110 | 1001111 | 100010 |
Color Harmonies of #127199
Complementary color
Monochromatic Colors of #127199
Black with #127199
Text Example
Text Example
White with #127199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127199; }
p { color: rgb(18,113,153); }
H1.HeaderClassName
{
color: #127199;
}
.AnyTagClassName
{
color: #127199;
}
</style>
background-color css
<style>
a { background-color: #127199; }
a { background-color: rgb(18,113,153); }
div.DivClassName
{
background-color: #127199;
}
.BgClassName
{
background-color: #127199;
}
</style>
border-color css
<style>
span { border-color: #127199; }
span { border-color: rgb(18,113,153); }
td.TdClassName
{
border-color: #127199;
}
.TagClassName
{
border-color: #127199;
}
</style>