Shades of Cerulean #127F9F
Tints of Cerulean #127F9F
RGB
CMYK
RGB Variations
Color information
#127F9F (or 0x127F9F) is known color: Cerulean. HEX triplet: 12, 7F and 9F. RGB value is (18,127,159). Sum of RGB (Red+Green+Blue) = 18+127+159=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #127F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F9F is #ED8060. Grayscale: #616161. Windows color (decimal): -15564897 or 10452754. OLE color: 10452754.
HSL color Cylindrical-coordinate representation of color #127F9F: hue angle of 193.62º 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 #127F9F is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 127 | 159 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.38 |
| HSL | 193.62º | 0.8% | 0.35% | - |
| HSV(B) | 193.62º | 0.89% | 0.62% | - |
| XYZ | 14.1 | 17.81 | 35.5 | - |
| YUV | 98.06 | 162.39 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 159 | 0.89 | 0.20 | 0 | 0.38 | 193.62 | 0.8 | 0.35 |
| Hex | 12 | 7F | 9F | 59 | 14 | 0 | 26 | C2 | 50 | 23 |
| Octal | 22 | 177 | 237 | 131 | 24 | 0 | 46 | 302 | 120 | 43 |
| Binary | 10010 | 1111111 | 10011111 | 1011001 | 10100 | 0 | 100110 | 11000010 | 1010000 | 100011 |
Color Harmonies of #127F9F
Complementary color
Monochromatic Colors of #127F9F
Black with #127F9F
Text Example
Text Example
White with #127F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F9F; }
p { color: rgb(18,127,159); }
H1.HeaderClassName
{
color: #127F9F;
}
.AnyTagClassName
{
color: #127F9F;
}
</style>
background-color css
<style>
a { background-color: #127F9F; }
a { background-color: rgb(18,127,159); }
div.DivClassName
{
background-color: #127F9F;
}
.BgClassName
{
background-color: #127F9F;
}
</style>
border-color css
<style>
span { border-color: #127F9F; }
span { border-color: rgb(18,127,159); }
td.TdClassName
{
border-color: #127F9F;
}
.TagClassName
{
border-color: #127F9F;
}
</style>