Shades of Cerulean #0A85AA
Tints of Cerulean #0A85AA
RGB
CMYK
RGB Variations
Color information
#0A85AA (or 0x0A85AA) is known color: Cerulean. HEX triplet: 0A, 85 and AA. RGB value is (10,133,170). Sum of RGB (Red+Green+Blue) = 10+133+170=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 133 (52.34% from 255 or 42.49% 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 #0A85AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A85AA is #F57A55. Grayscale: #646464. Windows color (decimal): -16087638 or 11175178. OLE color: 11175178.
HSL color Cylindrical-coordinate representation of color #0A85AA: hue angle of 193.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A85AA is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 133 | 170 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.33 |
| HSL | 193.88º | 0.89% | 0.35% | - |
| HSV(B) | 193.88º | 0.94% | 0.67% | - |
| XYZ | 15.77 | 19.74 | 41.01 | - |
| YUV | 100.44 | 167.25 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 170 | 0.94 | 0.22 | 0 | 0.33 | 193.88 | 0.89 | 0.35 |
| Hex | A | 85 | AA | 5E | 16 | 0 | 21 | C2 | 59 | 23 |
| Octal | 12 | 205 | 252 | 136 | 26 | 0 | 41 | 302 | 131 | 43 |
| Binary | 1010 | 10000101 | 10101010 | 1011110 | 10110 | 0 | 100001 | 11000010 | 1011001 | 100011 |
Color Harmonies of #0A85AA
Complementary color
Monochromatic Colors of #0A85AA
Black with #0A85AA
Text Example
Text Example
White with #0A85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A85AA; }
p { color: rgb(10,133,170); }
H1.HeaderClassName
{
color: #0A85AA;
}
.AnyTagClassName
{
color: #0A85AA;
}
</style>
background-color css
<style>
a { background-color: #0A85AA; }
a { background-color: rgb(10,133,170); }
div.DivClassName
{
background-color: #0A85AA;
}
.BgClassName
{
background-color: #0A85AA;
}
</style>
border-color css
<style>
span { border-color: #0A85AA; }
span { border-color: rgb(10,133,170); }
td.TdClassName
{
border-color: #0A85AA;
}
.TagClassName
{
border-color: #0A85AA;
}
</style>