Shades of Cerulean #0085AA
Tints of Cerulean #0085AA
RGB
CMYK
RGB Variations
Color information
#0085AA (or 0x0085AA) is known color: Cerulean. HEX triplet: 00, 85 and AA. RGB value is (0,133,170). Sum of RGB (Red+Green+Blue) = 0+133+170=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #0085AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0085AA is #FF7A55. Grayscale: #616161. Windows color (decimal): -16742998 or 11175168. OLE color: 11175168.
HSL color Cylindrical-coordinate representation of color #0085AA: hue angle of 193.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085AA is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 133 | 170 | - |
| CMYK | 1 | 0.22 | 0 | 0.33 |
| HSL | 193.06º | 1% | 0.33% | - |
| HSV(B) | 193.06º | 1% | 0.67% | - |
| XYZ | 15.64 | 19.68 | 41 | - |
| YUV | 97.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 170 | 1 | 0.22 | 0 | 0.33 | 193.06 | 1 | 0.33 |
| Hex | 0 | 85 | AA | 64 | 16 | 0 | 21 | C1 | 64 | 21 |
| Octal | 0 | 205 | 252 | 144 | 26 | 0 | 41 | 301 | 144 | 41 |
| Binary | 0 | 10000101 | 10101010 | 1100100 | 10110 | 0 | 100001 | 11000001 | 1100100 | 100001 |
Color Harmonies of #0085AA
Complementary color
Monochromatic Colors of #0085AA
Black with #0085AA
Text Example
Text Example
White with #0085AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085AA; }
p { color: rgb(0,133,170); }
H1.HeaderClassName
{
color: #0085AA;
}
.AnyTagClassName
{
color: #0085AA;
}
</style>
background-color css
<style>
a { background-color: #0085AA; }
a { background-color: rgb(0,133,170); }
div.DivClassName
{
background-color: #0085AA;
}
.BgClassName
{
background-color: #0085AA;
}
</style>
border-color css
<style>
span { border-color: #0085AA; }
span { border-color: rgb(0,133,170); }
td.TdClassName
{
border-color: #0085AA;
}
.TagClassName
{
border-color: #0085AA;
}
</style>