Shades of Cerulean #127396
Tints of Cerulean #127396
RGB
CMYK
RGB Variations
Color information
#127396 (or 0x127396) is known color: Cerulean. HEX triplet: 12, 73 and 96. RGB value is (18,115,150). Sum of RGB (Red+Green+Blue) = 18+115+150=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #127396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127396 is #ED8C69. Grayscale: #595959. Windows color (decimal): -15567978 or 9859858. OLE color: 9859858.
HSL color Cylindrical-coordinate representation of color #127396: hue angle of 195.91º 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 #127396 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 115 | 150 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.41 |
| HSL | 195.91º | 0.79% | 0.33% | - |
| HSV(B) | 195.91º | 0.88% | 0.59% | - |
| XYZ | 11.89 | 14.59 | 31.04 | - |
| YUV | 89.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 150 | 0.88 | 0.23 | 0 | 0.41 | 195.91 | 0.79 | 0.33 |
| Hex | 12 | 73 | 96 | 58 | 17 | 0 | 29 | C4 | 4F | 21 |
| Octal | 22 | 163 | 226 | 130 | 27 | 0 | 51 | 304 | 117 | 41 |
| Binary | 10010 | 1110011 | 10010110 | 1011000 | 10111 | 0 | 101001 | 11000100 | 1001111 | 100001 |
Color Harmonies of #127396
Complementary color
Monochromatic Colors of #127396
Black with #127396
Text Example
Text Example
White with #127396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127396; }
p { color: rgb(18,115,150); }
H1.HeaderClassName
{
color: #127396;
}
.AnyTagClassName
{
color: #127396;
}
</style>
background-color css
<style>
a { background-color: #127396; }
a { background-color: rgb(18,115,150); }
div.DivClassName
{
background-color: #127396;
}
.BgClassName
{
background-color: #127396;
}
</style>
border-color css
<style>
span { border-color: #127396; }
span { border-color: rgb(18,115,150); }
td.TdClassName
{
border-color: #127396;
}
.TagClassName
{
border-color: #127396;
}
</style>