Shades of Cerulean #127BAB
Tints of Cerulean #127BAB
RGB
CMYK
RGB Variations
Color information
#127BAB (or 0x127BAB) is known color: Cerulean. HEX triplet: 12, 7B and AB. RGB value is (18,123,171). Sum of RGB (Red+Green+Blue) = 18+123+171=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #127BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BAB is #ED8454. Grayscale: #606060. Windows color (decimal): -15565909 or 11238162. OLE color: 11238162.
HSL color Cylindrical-coordinate representation of color #127BAB: hue angle of 198.82º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127BAB is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 123 | 171 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.33 |
| HSL | 198.82º | 0.81% | 0.37% | - |
| HSV(B) | 198.82º | 0.89% | 0.67% | - |
| XYZ | 14.68 | 17.23 | 41.08 | - |
| YUV | 97.08 | 169.71 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 171 | 0.89 | 0.28 | 0 | 0.33 | 198.82 | 0.81 | 0.37 |
| Hex | 12 | 7B | AB | 59 | 1C | 0 | 21 | C7 | 51 | 25 |
| Octal | 22 | 173 | 253 | 131 | 34 | 0 | 41 | 307 | 121 | 45 |
| Binary | 10010 | 1111011 | 10101011 | 1011001 | 11100 | 0 | 100001 | 11000111 | 1010001 | 100101 |
Color Harmonies of #127BAB
Complementary color
Monochromatic Colors of #127BAB
Black with #127BAB
Text Example
Text Example
White with #127BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BAB; }
p { color: rgb(18,123,171); }
H1.HeaderClassName
{
color: #127BAB;
}
.AnyTagClassName
{
color: #127BAB;
}
</style>
background-color css
<style>
a { background-color: #127BAB; }
a { background-color: rgb(18,123,171); }
div.DivClassName
{
background-color: #127BAB;
}
.BgClassName
{
background-color: #127BAB;
}
</style>
border-color css
<style>
span { border-color: #127BAB; }
span { border-color: rgb(18,123,171); }
td.TdClassName
{
border-color: #127BAB;
}
.TagClassName
{
border-color: #127BAB;
}
</style>