Shades of Cerulean #0C789A
Tints of Cerulean #0C789A
RGB
CMYK
RGB Variations
Color information
#0C789A (or 0x0C789A) is known color: Cerulean. HEX triplet: 0C, 78 and 9A. RGB value is (12,120,154). Sum of RGB (Red+Green+Blue) = 12+120+154=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C789A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C789A is #F38765. Grayscale: #5B5B5B. Windows color (decimal): -15959910 or 10123276. OLE color: 10123276.
HSL color Cylindrical-coordinate representation of color #0C789A: hue angle of 194.37º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C789A is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 120 | 154 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.40 |
| HSL | 194.37º | 0.86% | 0.33% | - |
| HSV(B) | 194.37º | 0.92% | 0.6% | - |
| XYZ | 12.7 | 15.84 | 32.96 | - |
| YUV | 91.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 154 | 0.92 | 0.22 | 0 | 0.40 | 194.37 | 0.86 | 0.33 |
| Hex | C | 78 | 9A | 5C | 16 | 0 | 28 | C2 | 56 | 21 |
| Octal | 14 | 170 | 232 | 134 | 26 | 0 | 50 | 302 | 126 | 41 |
| Binary | 1100 | 1111000 | 10011010 | 1011100 | 10110 | 0 | 101000 | 11000010 | 1010110 | 100001 |
Color Harmonies of #0C789A
Complementary color
Monochromatic Colors of #0C789A
Black with #0C789A
Text Example
Text Example
White with #0C789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C789A; }
p { color: rgb(12,120,154); }
H1.HeaderClassName
{
color: #0C789A;
}
.AnyTagClassName
{
color: #0C789A;
}
</style>
background-color css
<style>
a { background-color: #0C789A; }
a { background-color: rgb(12,120,154); }
div.DivClassName
{
background-color: #0C789A;
}
.BgClassName
{
background-color: #0C789A;
}
</style>
border-color css
<style>
span { border-color: #0C789A; }
span { border-color: rgb(12,120,154); }
td.TdClassName
{
border-color: #0C789A;
}
.TagClassName
{
border-color: #0C789A;
}
</style>