Shades of Cerulean #0584AB
Tints of Cerulean #0584AB
RGB
CMYK
RGB Variations
Color information
#0584AB (or 0x0584AB) is known color: Cerulean. HEX triplet: 05, 84 and AB. RGB value is (5,132,171). Sum of RGB (Red+Green+Blue) = 5+132+171=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #0584AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0584AB is #FA7B54. Grayscale: #626262. Windows color (decimal): -16415573 or 11240453. OLE color: 11240453.
HSL color Cylindrical-coordinate representation of color #0584AB: hue angle of 194.1º 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 #0584AB is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 132 | 171 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.33 |
| HSL | 194.1º | 0.94% | 0.35% | - |
| HSV(B) | 194.1º | 0.97% | 0.67% | - |
| XYZ | 15.66 | 19.48 | 41.46 | - |
| YUV | 98.47 | 168.92 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 171 | 0.97 | 0.23 | 0 | 0.33 | 194.1 | 0.94 | 0.35 |
| Hex | 5 | 84 | AB | 61 | 17 | 0 | 21 | C2 | 5E | 23 |
| Octal | 5 | 204 | 253 | 141 | 27 | 0 | 41 | 302 | 136 | 43 |
| Binary | 101 | 10000100 | 10101011 | 1100001 | 10111 | 0 | 100001 | 11000010 | 1011110 | 100011 |
Color Harmonies of #0584AB
Complementary color
Monochromatic Colors of #0584AB
Black with #0584AB
Text Example
Text Example
White with #0584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584AB; }
p { color: rgb(5,132,171); }
H1.HeaderClassName
{
color: #0584AB;
}
.AnyTagClassName
{
color: #0584AB;
}
</style>
background-color css
<style>
a { background-color: #0584AB; }
a { background-color: rgb(5,132,171); }
div.DivClassName
{
background-color: #0584AB;
}
.BgClassName
{
background-color: #0584AB;
}
</style>
border-color css
<style>
span { border-color: #0584AB; }
span { border-color: rgb(5,132,171); }
td.TdClassName
{
border-color: #0584AB;
}
.TagClassName
{
border-color: #0584AB;
}
</style>