Shades of Cerulean #0585AB
Tints of Cerulean #0585AB
RGB
CMYK
RGB Variations
Color information
#0585AB (or 0x0585AB) is known color: Cerulean. HEX triplet: 05, 85 and AB. RGB value is (5,133,171). Sum of RGB (Red+Green+Blue) = 5+133+171=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0585AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0585AB is #FA7A54. Grayscale: #626262. Windows color (decimal): -16415317 or 11240709. OLE color: 11240709.
HSL color Cylindrical-coordinate representation of color #0585AB: hue angle of 193.73º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0585AB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 133 | 171 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.33 |
| HSL | 193.73º | 0.94% | 0.35% | - |
| HSV(B) | 193.73º | 0.97% | 0.67% | - |
| XYZ | 15.8 | 19.75 | 41.51 | - |
| YUV | 99.06 | 168.59 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 171 | 0.97 | 0.22 | 0 | 0.33 | 193.73 | 0.94 | 0.35 |
| Hex | 5 | 85 | AB | 61 | 16 | 0 | 21 | C2 | 5E | 23 |
| Octal | 5 | 205 | 253 | 141 | 26 | 0 | 41 | 302 | 136 | 43 |
| Binary | 101 | 10000101 | 10101011 | 1100001 | 10110 | 0 | 100001 | 11000010 | 1011110 | 100011 |
Color Harmonies of #0585AB
Complementary color
Monochromatic Colors of #0585AB
Black with #0585AB
Text Example
Text Example
White with #0585AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585AB; }
p { color: rgb(5,133,171); }
H1.HeaderClassName
{
color: #0585AB;
}
.AnyTagClassName
{
color: #0585AB;
}
</style>
background-color css
<style>
a { background-color: #0585AB; }
a { background-color: rgb(5,133,171); }
div.DivClassName
{
background-color: #0585AB;
}
.BgClassName
{
background-color: #0585AB;
}
</style>
border-color css
<style>
span { border-color: #0585AB; }
span { border-color: rgb(5,133,171); }
td.TdClassName
{
border-color: #0585AB;
}
.TagClassName
{
border-color: #0585AB;
}
</style>