Shades of Cerulean #127B99
Tints of Cerulean #127B99
RGB
CMYK
RGB Variations
Color information
#127B99 (or 0x127B99) is known color: Cerulean. HEX triplet: 12, 7B and 99. RGB value is (18,123,153). Sum of RGB (Red+Green+Blue) = 18+123+153=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #127B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B99 is #ED8466. Grayscale: #5E5E5E. Windows color (decimal): -15565927 or 10058514. OLE color: 10058514.
HSL color Cylindrical-coordinate representation of color #127B99: hue angle of 193.33º 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 #127B99 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 123 | 153 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.4 |
| HSL | 193.33º | 0.79% | 0.34% | - |
| HSV(B) | 193.33º | 0.88% | 0.6% | - |
| XYZ | 13.08 | 16.59 | 32.65 | - |
| YUV | 95.03 | 160.71 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 153 | 0.88 | 0.20 | 0 | 0.4 | 193.33 | 0.79 | 0.34 |
| Hex | 12 | 7B | 99 | 58 | 14 | 0 | 28 | C1 | 4F | 22 |
| Octal | 22 | 173 | 231 | 130 | 24 | 0 | 50 | 301 | 117 | 42 |
| Binary | 10010 | 1111011 | 10011001 | 1011000 | 10100 | 0 | 101000 | 11000001 | 1001111 | 100010 |
Color Harmonies of #127B99
Complementary color
Monochromatic Colors of #127B99
Black with #127B99
Text Example
Text Example
White with #127B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B99; }
p { color: rgb(18,123,153); }
H1.HeaderClassName
{
color: #127B99;
}
.AnyTagClassName
{
color: #127B99;
}
</style>
background-color css
<style>
a { background-color: #127B99; }
a { background-color: rgb(18,123,153); }
div.DivClassName
{
background-color: #127B99;
}
.BgClassName
{
background-color: #127B99;
}
</style>
border-color css
<style>
span { border-color: #127B99; }
span { border-color: rgb(18,123,153); }
td.TdClassName
{
border-color: #127B99;
}
.TagClassName
{
border-color: #127B99;
}
</style>