Shades of Cerulean #127B9A
Tints of Cerulean #127B9A
RGB
CMYK
RGB Variations
Color information
#127B9A (or 0x127B9A) is known color: Cerulean. HEX triplet: 12, 7B and 9A. RGB value is (18,123,154). Sum of RGB (Red+Green+Blue) = 18+123+154=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #127B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B9A is #ED8465. Grayscale: #5E5E5E. Windows color (decimal): -15565926 or 10124050. OLE color: 10124050.
HSL color Cylindrical-coordinate representation of color #127B9A: hue angle of 193.68º 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 #127B9A is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 123 | 154 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.40 |
| HSL | 193.68º | 0.79% | 0.34% | - |
| HSV(B) | 193.68º | 0.88% | 0.6% | - |
| XYZ | 13.17 | 16.63 | 33.09 | - |
| YUV | 95.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 154 | 0.88 | 0.20 | 0 | 0.40 | 193.68 | 0.79 | 0.34 |
| Hex | 12 | 7B | 9A | 58 | 14 | 0 | 28 | C2 | 4F | 22 |
| Octal | 22 | 173 | 232 | 130 | 24 | 0 | 50 | 302 | 117 | 42 |
| Binary | 10010 | 1111011 | 10011010 | 1011000 | 10100 | 0 | 101000 | 11000010 | 1001111 | 100010 |
Color Harmonies of #127B9A
Complementary color
Monochromatic Colors of #127B9A
Black with #127B9A
Text Example
Text Example
White with #127B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B9A; }
p { color: rgb(18,123,154); }
H1.HeaderClassName
{
color: #127B9A;
}
.AnyTagClassName
{
color: #127B9A;
}
</style>
background-color css
<style>
a { background-color: #127B9A; }
a { background-color: rgb(18,123,154); }
div.DivClassName
{
background-color: #127B9A;
}
.BgClassName
{
background-color: #127B9A;
}
</style>
border-color css
<style>
span { border-color: #127B9A; }
span { border-color: rgb(18,123,154); }
td.TdClassName
{
border-color: #127B9A;
}
.TagClassName
{
border-color: #127B9A;
}
</style>