Shades of Cerulean #127CAB
Tints of Cerulean #127CAB
RGB
CMYK
RGB Variations
Color information
#127CAB (or 0x127CAB) is known color: Cerulean. HEX triplet: 12, 7C and AB. RGB value is (18,124,171). Sum of RGB (Red+Green+Blue) = 18+124+171=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #127CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CAB is #ED8354. Grayscale: #616161. Windows color (decimal): -15565653 or 11238418. OLE color: 11238418.
HSL color Cylindrical-coordinate representation of color #127CAB: hue angle of 198.43º 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 #127CAB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 124 | 171 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.33 |
| HSL | 198.43º | 0.81% | 0.37% | - |
| HSV(B) | 198.43º | 0.89% | 0.67% | - |
| XYZ | 14.81 | 17.48 | 41.12 | - |
| YUV | 97.66 | 169.38 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 171 | 0.89 | 0.27 | 0 | 0.33 | 198.43 | 0.81 | 0.37 |
| Hex | 12 | 7C | AB | 59 | 1B | 0 | 21 | C6 | 51 | 25 |
| Octal | 22 | 174 | 253 | 131 | 33 | 0 | 41 | 306 | 121 | 45 |
| Binary | 10010 | 1111100 | 10101011 | 1011001 | 11011 | 0 | 100001 | 11000110 | 1010001 | 100101 |
Color Harmonies of #127CAB
Complementary color
Monochromatic Colors of #127CAB
Black with #127CAB
Text Example
Text Example
White with #127CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CAB; }
p { color: rgb(18,124,171); }
H1.HeaderClassName
{
color: #127CAB;
}
.AnyTagClassName
{
color: #127CAB;
}
</style>
background-color css
<style>
a { background-color: #127CAB; }
a { background-color: rgb(18,124,171); }
div.DivClassName
{
background-color: #127CAB;
}
.BgClassName
{
background-color: #127CAB;
}
</style>
border-color css
<style>
span { border-color: #127CAB; }
span { border-color: rgb(18,124,171); }
td.TdClassName
{
border-color: #127CAB;
}
.TagClassName
{
border-color: #127CAB;
}
</style>