Shades of Cerulean #127693
Tints of Cerulean #127693
RGB
CMYK
RGB Variations
Color information
#127693 (or 0x127693) is known color: Cerulean. HEX triplet: 12, 76 and 93. RGB value is (18,118,147). Sum of RGB (Red+Green+Blue) = 18+118+147=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #127693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127693 is #ED896C. Grayscale: #5B5B5B. Windows color (decimal): -15567213 or 9664018. OLE color: 9664018.
HSL color Cylindrical-coordinate representation of color #127693: hue angle of 193.49º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127693 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 118 | 147 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.42 |
| HSL | 193.49º | 0.78% | 0.32% | - |
| HSV(B) | 193.49º | 0.88% | 0.58% | - |
| XYZ | 11.99 | 15.19 | 29.9 | - |
| YUV | 91.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 147 | 0.88 | 0.20 | 0 | 0.42 | 193.49 | 0.78 | 0.32 |
| Hex | 12 | 76 | 93 | 58 | 14 | 0 | 2A | C1 | 4E | 20 |
| Octal | 22 | 166 | 223 | 130 | 24 | 0 | 52 | 301 | 116 | 40 |
| Binary | 10010 | 1110110 | 10010011 | 1011000 | 10100 | 0 | 101010 | 11000001 | 1001110 | 100000 |
Color Harmonies of #127693
Complementary color
Monochromatic Colors of #127693
Black with #127693
Text Example
Text Example
White with #127693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127693; }
p { color: rgb(18,118,147); }
H1.HeaderClassName
{
color: #127693;
}
.AnyTagClassName
{
color: #127693;
}
</style>
background-color css
<style>
a { background-color: #127693; }
a { background-color: rgb(18,118,147); }
div.DivClassName
{
background-color: #127693;
}
.BgClassName
{
background-color: #127693;
}
</style>
border-color css
<style>
span { border-color: #127693; }
span { border-color: rgb(18,118,147); }
td.TdClassName
{
border-color: #127693;
}
.TagClassName
{
border-color: #127693;
}
</style>