Shades of Cerulean #127398
Tints of Cerulean #127398
RGB
CMYK
RGB Variations
Color information
#127398 (or 0x127398) is known color: Cerulean. HEX triplet: 12, 73 and 98. RGB value is (18,115,152). Sum of RGB (Red+Green+Blue) = 18+115+152=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #127398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127398 is #ED8C67. Grayscale: #595959. Windows color (decimal): -15567976 or 9990930. OLE color: 9990930.
HSL color Cylindrical-coordinate representation of color #127398: hue angle of 196.57º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127398 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 115 | 152 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.40 |
| HSL | 196.57º | 0.79% | 0.33% | - |
| HSV(B) | 196.57º | 0.88% | 0.6% | - |
| XYZ | 12.05 | 14.66 | 31.9 | - |
| YUV | 90.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 152 | 0.88 | 0.24 | 0 | 0.40 | 196.57 | 0.79 | 0.33 |
| Hex | 12 | 73 | 98 | 58 | 18 | 0 | 28 | C5 | 4F | 21 |
| Octal | 22 | 163 | 230 | 130 | 30 | 0 | 50 | 305 | 117 | 41 |
| Binary | 10010 | 1110011 | 10011000 | 1011000 | 11000 | 0 | 101000 | 11000101 | 1001111 | 100001 |
Color Harmonies of #127398
Complementary color
Monochromatic Colors of #127398
Black with #127398
Text Example
Text Example
White with #127398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127398; }
p { color: rgb(18,115,152); }
H1.HeaderClassName
{
color: #127398;
}
.AnyTagClassName
{
color: #127398;
}
</style>
background-color css
<style>
a { background-color: #127398; }
a { background-color: rgb(18,115,152); }
div.DivClassName
{
background-color: #127398;
}
.BgClassName
{
background-color: #127398;
}
</style>
border-color css
<style>
span { border-color: #127398; }
span { border-color: rgb(18,115,152); }
td.TdClassName
{
border-color: #127398;
}
.TagClassName
{
border-color: #127398;
}
</style>