Shades of Cerulean #0485AB
Tints of Cerulean #0485AB
RGB
CMYK
RGB Variations
Color information
#0485AB (or 0x0485AB) is known color: Cerulean. HEX triplet: 04, 85 and AB. RGB value is (4,133,171). Sum of RGB (Red+Green+Blue) = 4+133+171=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 133 (52.34% from 255 or 43.18% 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 #0485AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0485AB is #FB7A54. Grayscale: #626262. Windows color (decimal): -16480853 or 11240708. OLE color: 11240708.
HSL color Cylindrical-coordinate representation of color #0485AB: hue angle of 193.65º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0485AB is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 133 | 171 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.33 |
| HSL | 193.65º | 0.95% | 0.34% | - |
| HSV(B) | 193.65º | 0.98% | 0.67% | - |
| XYZ | 15.79 | 19.74 | 41.51 | - |
| YUV | 98.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 171 | 0.98 | 0.22 | 0 | 0.33 | 193.65 | 0.95 | 0.34 |
| Hex | 4 | 85 | AB | 62 | 16 | 0 | 21 | C2 | 5F | 22 |
| Octal | 4 | 205 | 253 | 142 | 26 | 0 | 41 | 302 | 137 | 42 |
| Binary | 100 | 10000101 | 10101011 | 1100010 | 10110 | 0 | 100001 | 11000010 | 1011111 | 100010 |
Color Harmonies of #0485AB
Complementary color
Monochromatic Colors of #0485AB
Black with #0485AB
Text Example
Text Example
White with #0485AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0485AB; }
p { color: rgb(4,133,171); }
H1.HeaderClassName
{
color: #0485AB;
}
.AnyTagClassName
{
color: #0485AB;
}
</style>
background-color css
<style>
a { background-color: #0485AB; }
a { background-color: rgb(4,133,171); }
div.DivClassName
{
background-color: #0485AB;
}
.BgClassName
{
background-color: #0485AB;
}
</style>
border-color css
<style>
span { border-color: #0485AB; }
span { border-color: rgb(4,133,171); }
td.TdClassName
{
border-color: #0485AB;
}
.TagClassName
{
border-color: #0485AB;
}
</style>