Shades of Cerulean #0C78AE
Tints of Cerulean #0C78AE
RGB
CMYK
RGB Variations
Color information
#0C78AE (or 0x0C78AE) is known color: Cerulean. HEX triplet: 0C, 78 and AE. RGB value is (12,120,174). Sum of RGB (Red+Green+Blue) = 12+120+174=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C78AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C78AE is #F38751. Grayscale: #5D5D5D. Windows color (decimal): -15959890 or 11433996. OLE color: 11433996.
HSL color Cylindrical-coordinate representation of color #0C78AE: hue angle of 200º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C78AE is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 120 | 174 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.32 |
| HSL | 200º | 0.87% | 0.36% | - |
| HSV(B) | 200º | 0.93% | 0.68% | - |
| XYZ | 14.51 | 16.57 | 42.48 | - |
| YUV | 93.86 | 173.22 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 174 | 0.93 | 0.31 | 0 | 0.32 | 200 | 0.87 | 0.36 |
| Hex | C | 78 | AE | 5D | 1F | 0 | 20 | C8 | 57 | 24 |
| Octal | 14 | 170 | 256 | 135 | 37 | 0 | 40 | 310 | 127 | 44 |
| Binary | 1100 | 1111000 | 10101110 | 1011101 | 11111 | 0 | 100000 | 11001000 | 1010111 | 100100 |
Color Harmonies of #0C78AE
Complementary color
Monochromatic Colors of #0C78AE
Black with #0C78AE
Text Example
Text Example
White with #0C78AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C78AE; }
p { color: rgb(12,120,174); }
H1.HeaderClassName
{
color: #0C78AE;
}
.AnyTagClassName
{
color: #0C78AE;
}
</style>
background-color css
<style>
a { background-color: #0C78AE; }
a { background-color: rgb(12,120,174); }
div.DivClassName
{
background-color: #0C78AE;
}
.BgClassName
{
background-color: #0C78AE;
}
</style>
border-color css
<style>
span { border-color: #0C78AE; }
span { border-color: rgb(12,120,174); }
td.TdClassName
{
border-color: #0C78AE;
}
.TagClassName
{
border-color: #0C78AE;
}
</style>