Shades of Cerulean #0585AD
Tints of Cerulean #0585AD
RGB
CMYK
RGB Variations
Color information
#0585AD (or 0x0585AD) is known color: Cerulean. HEX triplet: 05, 85 and AD. RGB value is (5,133,173). Sum of RGB (Red+Green+Blue) = 5+133+173=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0585AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0585AD is #FA7A52. Grayscale: #636363. Windows color (decimal): -16415315 or 11371781. OLE color: 11371781.
HSL color Cylindrical-coordinate representation of color #0585AD: hue angle of 194.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0585AD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 133 | 173 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.32 |
| HSL | 194.29º | 0.94% | 0.35% | - |
| HSV(B) | 194.29º | 0.97% | 0.68% | - |
| XYZ | 15.99 | 19.82 | 42.52 | - |
| YUV | 99.29 | 169.59 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 173 | 0.97 | 0.23 | 0 | 0.32 | 194.29 | 0.94 | 0.35 |
| Hex | 5 | 85 | AD | 61 | 17 | 0 | 20 | C2 | 5E | 23 |
| Octal | 5 | 205 | 255 | 141 | 27 | 0 | 40 | 302 | 136 | 43 |
| Binary | 101 | 10000101 | 10101101 | 1100001 | 10111 | 0 | 100000 | 11000010 | 1011110 | 100011 |
Color Harmonies of #0585AD
Complementary color
Monochromatic Colors of #0585AD
Black with #0585AD
Text Example
Text Example
White with #0585AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0585AD; }
p { color: rgb(5,133,173); }
H1.HeaderClassName
{
color: #0585AD;
}
.AnyTagClassName
{
color: #0585AD;
}
</style>
background-color css
<style>
a { background-color: #0585AD; }
a { background-color: rgb(5,133,173); }
div.DivClassName
{
background-color: #0585AD;
}
.BgClassName
{
background-color: #0585AD;
}
</style>
border-color css
<style>
span { border-color: #0585AD; }
span { border-color: rgb(5,133,173); }
td.TdClassName
{
border-color: #0585AD;
}
.TagClassName
{
border-color: #0585AD;
}
</style>