Shades of Cerulean #0C759F
Tints of Cerulean #0C759F
RGB
CMYK
RGB Variations
Color information
#0C759F (or 0x0C759F) is known color: Cerulean. HEX triplet: 0C, 75 and 9F. RGB value is (12,117,159). Sum of RGB (Red+Green+Blue) = 12+117+159=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C759F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C759F is #F38A60. Grayscale: #5A5A5A. Windows color (decimal): -15960673 or 10450188. OLE color: 10450188.
HSL color Cylindrical-coordinate representation of color #0C759F: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C759F is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 117 | 159 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.38 |
| HSL | 197.14º | 0.86% | 0.34% | - |
| HSV(B) | 197.14º | 0.92% | 0.62% | - |
| XYZ | 12.77 | 15.3 | 35.08 | - |
| YUV | 90.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 159 | 0.92 | 0.26 | 0 | 0.38 | 197.14 | 0.86 | 0.34 |
| Hex | C | 75 | 9F | 5C | 1A | 0 | 26 | C5 | 56 | 22 |
| Octal | 14 | 165 | 237 | 134 | 32 | 0 | 46 | 305 | 126 | 42 |
| Binary | 1100 | 1110101 | 10011111 | 1011100 | 11010 | 0 | 100110 | 11000101 | 1010110 | 100010 |
Color Harmonies of #0C759F
Complementary color
Monochromatic Colors of #0C759F
Black with #0C759F
Text Example
Text Example
White with #0C759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C759F; }
p { color: rgb(12,117,159); }
H1.HeaderClassName
{
color: #0C759F;
}
.AnyTagClassName
{
color: #0C759F;
}
</style>
background-color css
<style>
a { background-color: #0C759F; }
a { background-color: rgb(12,117,159); }
div.DivClassName
{
background-color: #0C759F;
}
.BgClassName
{
background-color: #0C759F;
}
</style>
border-color css
<style>
span { border-color: #0C759F; }
span { border-color: rgb(12,117,159); }
td.TdClassName
{
border-color: #0C759F;
}
.TagClassName
{
border-color: #0C759F;
}
</style>