Shades of Cerulean #127599
Tints of Cerulean #127599
RGB
CMYK
RGB Variations
Color information
#127599 (or 0x127599) is known color: Cerulean. HEX triplet: 12, 75 and 99. RGB value is (18,117,153). Sum of RGB (Red+Green+Blue) = 18+117+153=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #127599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127599 is #ED8A66. Grayscale: #5B5B5B. Windows color (decimal): -15567463 or 10056978. OLE color: 10056978.
HSL color Cylindrical-coordinate representation of color #127599: hue angle of 196º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127599 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 117 | 153 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.4 |
| HSL | 196º | 0.79% | 0.34% | - |
| HSV(B) | 196º | 0.88% | 0.6% | - |
| XYZ | 12.36 | 15.15 | 32.41 | - |
| YUV | 91.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 153 | 0.88 | 0.24 | 0 | 0.4 | 196 | 0.79 | 0.34 |
| Hex | 12 | 75 | 99 | 58 | 18 | 0 | 28 | C4 | 4F | 22 |
| Octal | 22 | 165 | 231 | 130 | 30 | 0 | 50 | 304 | 117 | 42 |
| Binary | 10010 | 1110101 | 10011001 | 1011000 | 11000 | 0 | 101000 | 11000100 | 1001111 | 100010 |
Color Harmonies of #127599
Complementary color
Monochromatic Colors of #127599
Black with #127599
Text Example
Text Example
White with #127599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127599; }
p { color: rgb(18,117,153); }
H1.HeaderClassName
{
color: #127599;
}
.AnyTagClassName
{
color: #127599;
}
</style>
background-color css
<style>
a { background-color: #127599; }
a { background-color: rgb(18,117,153); }
div.DivClassName
{
background-color: #127599;
}
.BgClassName
{
background-color: #127599;
}
</style>
border-color css
<style>
span { border-color: #127599; }
span { border-color: rgb(18,117,153); }
td.TdClassName
{
border-color: #127599;
}
.TagClassName
{
border-color: #127599;
}
</style>