Shades of Cerulean #127697
Tints of Cerulean #127697
RGB
CMYK
RGB Variations
Color information
#127697 (or 0x127697) is known color: Cerulean. HEX triplet: 12, 76 and 97. RGB value is (18,118,151). Sum of RGB (Red+Green+Blue) = 18+118+151=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #127697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127697 is #ED8968. Grayscale: #5B5B5B. Windows color (decimal): -15567209 or 9926162. OLE color: 9926162.
HSL color Cylindrical-coordinate representation of color #127697: hue angle of 194.89º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127697 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 118 | 151 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.41 |
| HSL | 194.89º | 0.79% | 0.33% | - |
| HSV(B) | 194.89º | 0.88% | 0.59% | - |
| XYZ | 12.31 | 15.32 | 31.59 | - |
| YUV | 91.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 151 | 0.88 | 0.22 | 0 | 0.41 | 194.89 | 0.79 | 0.33 |
| Hex | 12 | 76 | 97 | 58 | 16 | 0 | 29 | C3 | 4F | 21 |
| Octal | 22 | 166 | 227 | 130 | 26 | 0 | 51 | 303 | 117 | 41 |
| Binary | 10010 | 1110110 | 10010111 | 1011000 | 10110 | 0 | 101001 | 11000011 | 1001111 | 100001 |
Color Harmonies of #127697
Complementary color
Monochromatic Colors of #127697
Black with #127697
Text Example
Text Example
White with #127697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127697; }
p { color: rgb(18,118,151); }
H1.HeaderClassName
{
color: #127697;
}
.AnyTagClassName
{
color: #127697;
}
</style>
background-color css
<style>
a { background-color: #127697; }
a { background-color: rgb(18,118,151); }
div.DivClassName
{
background-color: #127697;
}
.BgClassName
{
background-color: #127697;
}
</style>
border-color css
<style>
span { border-color: #127697; }
span { border-color: rgb(18,118,151); }
td.TdClassName
{
border-color: #127697;
}
.TagClassName
{
border-color: #127697;
}
</style>