Shades of Cerulean #0C80AD
Tints of Cerulean #0C80AD
RGB
CMYK
RGB Variations
Color information
#0C80AD (or 0x0C80AD) is known color: Cerulean. HEX triplet: 0C, 80 and AD. RGB value is (12,128,173). Sum of RGB (Red+Green+Blue) = 12+128+173=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C80AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C80AD is #F37F52. Grayscale: #626262. Windows color (decimal): -15957843 or 11370508. OLE color: 11370508.
HSL color Cylindrical-coordinate representation of color #0C80AD: hue angle of 196.77º 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 #0C80AD is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 128 | 173 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.32 |
| HSL | 196.77º | 0.87% | 0.36% | - |
| HSV(B) | 196.77º | 0.93% | 0.68% | - |
| XYZ | 15.41 | 18.53 | 42.3 | - |
| YUV | 98.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 173 | 0.93 | 0.26 | 0 | 0.32 | 196.77 | 0.87 | 0.36 |
| Hex | C | 80 | AD | 5D | 1A | 0 | 20 | C5 | 57 | 24 |
| Octal | 14 | 200 | 255 | 135 | 32 | 0 | 40 | 305 | 127 | 44 |
| Binary | 1100 | 10000000 | 10101101 | 1011101 | 11010 | 0 | 100000 | 11000101 | 1010111 | 100100 |
Color Harmonies of #0C80AD
Complementary color
Monochromatic Colors of #0C80AD
Black with #0C80AD
Text Example
Text Example
White with #0C80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C80AD; }
p { color: rgb(12,128,173); }
H1.HeaderClassName
{
color: #0C80AD;
}
.AnyTagClassName
{
color: #0C80AD;
}
</style>
background-color css
<style>
a { background-color: #0C80AD; }
a { background-color: rgb(12,128,173); }
div.DivClassName
{
background-color: #0C80AD;
}
.BgClassName
{
background-color: #0C80AD;
}
</style>
border-color css
<style>
span { border-color: #0C80AD; }
span { border-color: rgb(12,128,173); }
td.TdClassName
{
border-color: #0C80AD;
}
.TagClassName
{
border-color: #0C80AD;
}
</style>