Shades of Cerulean #0C83AA
Tints of Cerulean #0C83AA
RGB
CMYK
RGB Variations
Color information
#0C83AA (or 0x0C83AA) is known color: Cerulean. HEX triplet: 0C, 83 and AA. RGB value is (12,131,170). Sum of RGB (Red+Green+Blue) = 12+131+170=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C83AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C83AA is #F37C55. Grayscale: #636363. Windows color (decimal): -15957078 or 11174668. OLE color: 11174668.
HSL color Cylindrical-coordinate representation of color #0C83AA: hue angle of 194.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C83AA is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 131 | 170 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.33 |
| HSL | 194.81º | 0.87% | 0.36% | - |
| HSV(B) | 194.81º | 0.93% | 0.67% | - |
| XYZ | 15.52 | 19.21 | 40.92 | - |
| YUV | 99.87 | 167.58 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 131 | 170 | 0.93 | 0.23 | 0 | 0.33 | 194.81 | 0.87 | 0.36 |
| Hex | C | 83 | AA | 5D | 17 | 0 | 21 | C3 | 57 | 24 |
| Octal | 14 | 203 | 252 | 135 | 27 | 0 | 41 | 303 | 127 | 44 |
| Binary | 1100 | 10000011 | 10101010 | 1011101 | 10111 | 0 | 100001 | 11000011 | 1010111 | 100100 |
Color Harmonies of #0C83AA
Complementary color
Monochromatic Colors of #0C83AA
Black with #0C83AA
Text Example
Text Example
White with #0C83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C83AA; }
p { color: rgb(12,131,170); }
H1.HeaderClassName
{
color: #0C83AA;
}
.AnyTagClassName
{
color: #0C83AA;
}
</style>
background-color css
<style>
a { background-color: #0C83AA; }
a { background-color: rgb(12,131,170); }
div.DivClassName
{
background-color: #0C83AA;
}
.BgClassName
{
background-color: #0C83AA;
}
</style>
border-color css
<style>
span { border-color: #0C83AA; }
span { border-color: rgb(12,131,170); }
td.TdClassName
{
border-color: #0C83AA;
}
.TagClassName
{
border-color: #0C83AA;
}
</style>