Shades of Cerulean #12779C
Tints of Cerulean #12779C
RGB
CMYK
RGB Variations
Color information
#12779C (or 0x12779C) is known color: Cerulean. HEX triplet: 12, 77 and 9C. RGB value is (18,119,156). Sum of RGB (Red+Green+Blue) = 18+119+156=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #12779C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12779C is #ED8863. Grayscale: #5C5C5C. Windows color (decimal): -15566948 or 10254098. OLE color: 10254098.
HSL color Cylindrical-coordinate representation of color #12779C: hue angle of 196.09º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12779C is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 119 | 156 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.39 |
| HSL | 196.09º | 0.79% | 0.34% | - |
| HSV(B) | 196.09º | 0.88% | 0.61% | - |
| XYZ | 12.85 | 15.72 | 33.81 | - |
| YUV | 93.02 | 163.54 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 156 | 0.88 | 0.24 | 0 | 0.39 | 196.09 | 0.79 | 0.34 |
| Hex | 12 | 77 | 9C | 58 | 18 | 0 | 27 | C4 | 4F | 22 |
| Octal | 22 | 167 | 234 | 130 | 30 | 0 | 47 | 304 | 117 | 42 |
| Binary | 10010 | 1110111 | 10011100 | 1011000 | 11000 | 0 | 100111 | 11000100 | 1001111 | 100010 |
Color Harmonies of #12779C
Complementary color
Monochromatic Colors of #12779C
Black with #12779C
Text Example
Text Example
White with #12779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12779C; }
p { color: rgb(18,119,156); }
H1.HeaderClassName
{
color: #12779C;
}
.AnyTagClassName
{
color: #12779C;
}
</style>
background-color css
<style>
a { background-color: #12779C; }
a { background-color: rgb(18,119,156); }
div.DivClassName
{
background-color: #12779C;
}
.BgClassName
{
background-color: #12779C;
}
</style>
border-color css
<style>
span { border-color: #12779C; }
span { border-color: rgb(18,119,156); }
td.TdClassName
{
border-color: #12779C;
}
.TagClassName
{
border-color: #12779C;
}
</style>