Shades of Cerulean #12789D
Tints of Cerulean #12789D
RGB
CMYK
RGB Variations
Color information
#12789D (or 0x12789D) is known color: Cerulean. HEX triplet: 12, 78 and 9D. RGB value is (18,120,157). Sum of RGB (Red+Green+Blue) = 18+120+157=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #12789D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12789D is #ED8762. Grayscale: #5D5D5D. Windows color (decimal): -15566691 or 10319890. OLE color: 10319890.
HSL color Cylindrical-coordinate representation of color #12789D: hue angle of 195.97º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12789D is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 120 | 157 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.38 |
| HSL | 195.97º | 0.79% | 0.34% | - |
| HSV(B) | 195.97º | 0.89% | 0.62% | - |
| XYZ | 13.05 | 16 | 34.3 | - |
| YUV | 93.72 | 163.71 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 157 | 0.89 | 0.24 | 0 | 0.38 | 195.97 | 0.79 | 0.34 |
| Hex | 12 | 78 | 9D | 59 | 18 | 0 | 26 | C4 | 4F | 22 |
| Octal | 22 | 170 | 235 | 131 | 30 | 0 | 46 | 304 | 117 | 42 |
| Binary | 10010 | 1111000 | 10011101 | 1011001 | 11000 | 0 | 100110 | 11000100 | 1001111 | 100010 |
Color Harmonies of #12789D
Complementary color
Monochromatic Colors of #12789D
Black with #12789D
Text Example
Text Example
White with #12789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12789D; }
p { color: rgb(18,120,157); }
H1.HeaderClassName
{
color: #12789D;
}
.AnyTagClassName
{
color: #12789D;
}
</style>
background-color css
<style>
a { background-color: #12789D; }
a { background-color: rgb(18,120,157); }
div.DivClassName
{
background-color: #12789D;
}
.BgClassName
{
background-color: #12789D;
}
</style>
border-color css
<style>
span { border-color: #12789D; }
span { border-color: rgb(18,120,157); }
td.TdClassName
{
border-color: #12789D;
}
.TagClassName
{
border-color: #12789D;
}
</style>