Shades of Cerulean #0C7BAE
Tints of Cerulean #0C7BAE
RGB
CMYK
RGB Variations
Color information
#0C7BAE (or 0x0C7BAE) is known color: Cerulean. HEX triplet: 0C, 7B and AE. RGB value is (12,123,174). Sum of RGB (Red+Green+Blue) = 12+123+174=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C7BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7BAE is #F38451. Grayscale: #5F5F5F. Windows color (decimal): -15959122 or 11434764. OLE color: 11434764.
HSL color Cylindrical-coordinate representation of color #0C7BAE: hue angle of 198.89º 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 #0C7BAE is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 123 | 174 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.32 |
| HSL | 198.89º | 0.87% | 0.36% | - |
| HSV(B) | 198.89º | 0.93% | 0.68% | - |
| XYZ | 14.87 | 17.3 | 42.6 | - |
| YUV | 95.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 123 | 174 | 0.93 | 0.29 | 0 | 0.32 | 198.89 | 0.87 | 0.36 |
| Hex | C | 7B | AE | 5D | 1D | 0 | 20 | C7 | 57 | 24 |
| Octal | 14 | 173 | 256 | 135 | 35 | 0 | 40 | 307 | 127 | 44 |
| Binary | 1100 | 1111011 | 10101110 | 1011101 | 11101 | 0 | 100000 | 11000111 | 1010111 | 100100 |
Color Harmonies of #0C7BAE
Complementary color
Monochromatic Colors of #0C7BAE
Black with #0C7BAE
Text Example
Text Example
White with #0C7BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7BAE; }
p { color: rgb(12,123,174); }
H1.HeaderClassName
{
color: #0C7BAE;
}
.AnyTagClassName
{
color: #0C7BAE;
}
</style>
background-color css
<style>
a { background-color: #0C7BAE; }
a { background-color: rgb(12,123,174); }
div.DivClassName
{
background-color: #0C7BAE;
}
.BgClassName
{
background-color: #0C7BAE;
}
</style>
border-color css
<style>
span { border-color: #0C7BAE; }
span { border-color: rgb(12,123,174); }
td.TdClassName
{
border-color: #0C7BAE;
}
.TagClassName
{
border-color: #0C7BAE;
}
</style>