Shades of Cerulean #127A9F
Tints of Cerulean #127A9F
RGB
CMYK
RGB Variations
Color information
#127A9F (or 0x127A9F) is known color: Cerulean. HEX triplet: 12, 7A and 9F. RGB value is (18,122,159). Sum of RGB (Red+Green+Blue) = 18+122+159=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #127A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A9F is #ED8560. Grayscale: #5E5E5E. Windows color (decimal): -15566177 or 10451474. OLE color: 10451474.
HSL color Cylindrical-coordinate representation of color #127A9F: hue angle of 195.74º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127A9F is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 122 | 159 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.38 |
| HSL | 195.74º | 0.8% | 0.35% | - |
| HSV(B) | 195.74º | 0.89% | 0.62% | - |
| XYZ | 13.47 | 16.55 | 35.29 | - |
| YUV | 95.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 159 | 0.89 | 0.23 | 0 | 0.38 | 195.74 | 0.8 | 0.35 |
| Hex | 12 | 7A | 9F | 59 | 17 | 0 | 26 | C4 | 50 | 23 |
| Octal | 22 | 172 | 237 | 131 | 27 | 0 | 46 | 304 | 120 | 43 |
| Binary | 10010 | 1111010 | 10011111 | 1011001 | 10111 | 0 | 100110 | 11000100 | 1010000 | 100011 |
Color Harmonies of #127A9F
Complementary color
Monochromatic Colors of #127A9F
Black with #127A9F
Text Example
Text Example
White with #127A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A9F; }
p { color: rgb(18,122,159); }
H1.HeaderClassName
{
color: #127A9F;
}
.AnyTagClassName
{
color: #127A9F;
}
</style>
background-color css
<style>
a { background-color: #127A9F; }
a { background-color: rgb(18,122,159); }
div.DivClassName
{
background-color: #127A9F;
}
.BgClassName
{
background-color: #127A9F;
}
</style>
border-color css
<style>
span { border-color: #127A9F; }
span { border-color: rgb(18,122,159); }
td.TdClassName
{
border-color: #127A9F;
}
.TagClassName
{
border-color: #127A9F;
}
</style>