Shades of Cerulean #0485AC
Tints of Cerulean #0485AC
RGB
CMYK
RGB Variations
Color information
#0485AC (or 0x0485AC) is known color: Cerulean. HEX triplet: 04, 85 and AC. RGB value is (4,133,172). Sum of RGB (Red+Green+Blue) = 4+133+172=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0485AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0485AC is #FB7A53. Grayscale: #626262. Windows color (decimal): -16480852 or 11306244. OLE color: 11306244.
HSL color Cylindrical-coordinate representation of color #0485AC: hue angle of 193.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0485AC is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 133 | 172 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.33 |
| HSL | 193.93º | 0.95% | 0.35% | - |
| HSV(B) | 193.93º | 0.98% | 0.67% | - |
| XYZ | 15.88 | 19.78 | 42.01 | - |
| YUV | 98.88 | 169.26 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 172 | 0.98 | 0.23 | 0 | 0.33 | 193.93 | 0.95 | 0.35 |
| Hex | 4 | 85 | AC | 62 | 17 | 0 | 21 | C2 | 5F | 23 |
| Octal | 4 | 205 | 254 | 142 | 27 | 0 | 41 | 302 | 137 | 43 |
| Binary | 100 | 10000101 | 10101100 | 1100010 | 10111 | 0 | 100001 | 11000010 | 1011111 | 100011 |
Color Harmonies of #0485AC
Complementary color
Monochromatic Colors of #0485AC
Black with #0485AC
Text Example
Text Example
White with #0485AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0485AC; }
p { color: rgb(4,133,172); }
H1.HeaderClassName
{
color: #0485AC;
}
.AnyTagClassName
{
color: #0485AC;
}
</style>
background-color css
<style>
a { background-color: #0485AC; }
a { background-color: rgb(4,133,172); }
div.DivClassName
{
background-color: #0485AC;
}
.BgClassName
{
background-color: #0485AC;
}
</style>
border-color css
<style>
span { border-color: #0485AC; }
span { border-color: rgb(4,133,172); }
td.TdClassName
{
border-color: #0485AC;
}
.TagClassName
{
border-color: #0485AC;
}
</style>