Shades of Cerulean #127095
Tints of Cerulean #127095
RGB
CMYK
RGB Variations
Color information
#127095 (or 0x127095) is known color: Cerulean. HEX triplet: 12, 70 and 95. RGB value is (18,112,149). Sum of RGB (Red+Green+Blue) = 18+112+149=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #127095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127095 is #ED8F6A. Grayscale: #575757. Windows color (decimal): -15568747 or 9793554. OLE color: 9793554.
HSL color Cylindrical-coordinate representation of color #127095: hue angle of 196.95º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127095 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 112 | 149 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.42 |
| HSL | 196.95º | 0.78% | 0.33% | - |
| HSV(B) | 196.95º | 0.88% | 0.58% | - |
| XYZ | 11.47 | 13.89 | 30.51 | - |
| YUV | 88.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 149 | 0.88 | 0.25 | 0 | 0.42 | 196.95 | 0.78 | 0.33 |
| Hex | 12 | 70 | 95 | 58 | 19 | 0 | 2A | C5 | 4E | 21 |
| Octal | 22 | 160 | 225 | 130 | 31 | 0 | 52 | 305 | 116 | 41 |
| Binary | 10010 | 1110000 | 10010101 | 1011000 | 11001 | 0 | 101010 | 11000101 | 1001110 | 100001 |
Color Harmonies of #127095
Complementary color
Monochromatic Colors of #127095
Black with #127095
Text Example
Text Example
White with #127095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127095; }
p { color: rgb(18,112,149); }
H1.HeaderClassName
{
color: #127095;
}
.AnyTagClassName
{
color: #127095;
}
</style>
background-color css
<style>
a { background-color: #127095; }
a { background-color: rgb(18,112,149); }
div.DivClassName
{
background-color: #127095;
}
.BgClassName
{
background-color: #127095;
}
</style>
border-color css
<style>
span { border-color: #127095; }
span { border-color: rgb(18,112,149); }
td.TdClassName
{
border-color: #127095;
}
.TagClassName
{
border-color: #127095;
}
</style>