Shades of Cerulean #127295
Tints of Cerulean #127295
RGB
CMYK
RGB Variations
Color information
#127295 (or 0x127295) is known color: Cerulean. HEX triplet: 12, 72 and 95. RGB value is (18,114,149). Sum of RGB (Red+Green+Blue) = 18+114+149=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #127295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127295 is #ED8D6A. Grayscale: #595959. Windows color (decimal): -15568235 or 9794066. OLE color: 9794066.
HSL color Cylindrical-coordinate representation of color #127295: hue angle of 196.03º 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 #127295 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 114 | 149 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.42 |
| HSL | 196.03º | 0.78% | 0.33% | - |
| HSV(B) | 196.03º | 0.88% | 0.58% | - |
| XYZ | 11.69 | 14.33 | 30.58 | - |
| YUV | 89.29 | 161.7 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 149 | 0.88 | 0.23 | 0 | 0.42 | 196.03 | 0.78 | 0.33 |
| Hex | 12 | 72 | 95 | 58 | 17 | 0 | 2A | C4 | 4E | 21 |
| Octal | 22 | 162 | 225 | 130 | 27 | 0 | 52 | 304 | 116 | 41 |
| Binary | 10010 | 1110010 | 10010101 | 1011000 | 10111 | 0 | 101010 | 11000100 | 1001110 | 100001 |
Color Harmonies of #127295
Complementary color
Monochromatic Colors of #127295
Black with #127295
Text Example
Text Example
White with #127295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127295; }
p { color: rgb(18,114,149); }
H1.HeaderClassName
{
color: #127295;
}
.AnyTagClassName
{
color: #127295;
}
</style>
background-color css
<style>
a { background-color: #127295; }
a { background-color: rgb(18,114,149); }
div.DivClassName
{
background-color: #127295;
}
.BgClassName
{
background-color: #127295;
}
</style>
border-color css
<style>
span { border-color: #127295; }
span { border-color: rgb(18,114,149); }
td.TdClassName
{
border-color: #127295;
}
.TagClassName
{
border-color: #127295;
}
</style>