Shades of Cerulean #0585AA
Tints of Cerulean #0585AA
RGB
CMYK
RGB Variations
Color information
#0585AA (or 0x0585AA) is known color: Cerulean. HEX triplet: 05, 85 and AA. RGB value is (5,133,170). Sum of RGB (Red+Green+Blue) = 5+133+170=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #0585AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0585AA is #FA7A55. Grayscale: #626262. Windows color (decimal): -16415318 or 11175173. OLE color: 11175173.
HSL color Cylindrical-coordinate representation of color #0585AA: hue angle of 193.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0585AA is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 133 | 170 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.33 |
| HSL | 193.45º | 0.94% | 0.34% | - |
| HSV(B) | 193.45º | 0.97% | 0.67% | - |
| XYZ | 15.71 | 19.71 | 41.01 | - |
| YUV | 98.95 | 168.09 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 170 | 0.97 | 0.22 | 0 | 0.33 | 193.45 | 0.94 | 0.34 |
| Hex | 5 | 85 | AA | 61 | 16 | 0 | 21 | C1 | 5E | 22 |
| Octal | 5 | 205 | 252 | 141 | 26 | 0 | 41 | 301 | 136 | 42 |
| Binary | 101 | 10000101 | 10101010 | 1100001 | 10110 | 0 | 100001 | 11000001 | 1011110 | 100010 |
Color Harmonies of #0585AA
Complementary color
Monochromatic Colors of #0585AA
Black with #0585AA
Text Example
Text Example
White with #0585AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585AA; }
p { color: rgb(5,133,170); }
H1.HeaderClassName
{
color: #0585AA;
}
.AnyTagClassName
{
color: #0585AA;
}
</style>
background-color css
<style>
a { background-color: #0585AA; }
a { background-color: rgb(5,133,170); }
div.DivClassName
{
background-color: #0585AA;
}
.BgClassName
{
background-color: #0585AA;
}
</style>
border-color css
<style>
span { border-color: #0585AA; }
span { border-color: rgb(5,133,170); }
td.TdClassName
{
border-color: #0585AA;
}
.TagClassName
{
border-color: #0585AA;
}
</style>