Shades of Cerulean #0482AB
Tints of Cerulean #0482AB
RGB
CMYK
RGB Variations
Color information
#0482AB (or 0x0482AB) is known color: Cerulean. HEX triplet: 04, 82 and AB. RGB value is (4,130,171). Sum of RGB (Red+Green+Blue) = 4+130+171=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #0482AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0482AB is #FB7D54. Grayscale: #606060. Windows color (decimal): -16481621 or 11239940. OLE color: 11239940.
HSL color Cylindrical-coordinate representation of color #0482AB: hue angle of 194.73º 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 #0482AB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 130 | 171 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.33 |
| HSL | 194.73º | 0.95% | 0.34% | - |
| HSV(B) | 194.73º | 0.98% | 0.67% | - |
| XYZ | 15.38 | 18.93 | 41.37 | - |
| YUV | 97 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 171 | 0.98 | 0.24 | 0 | 0.33 | 194.73 | 0.95 | 0.34 |
| Hex | 4 | 82 | AB | 62 | 18 | 0 | 21 | C3 | 5F | 22 |
| Octal | 4 | 202 | 253 | 142 | 30 | 0 | 41 | 303 | 137 | 42 |
| Binary | 100 | 10000010 | 10101011 | 1100010 | 11000 | 0 | 100001 | 11000011 | 1011111 | 100010 |
Color Harmonies of #0482AB
Complementary color
Monochromatic Colors of #0482AB
Black with #0482AB
Text Example
Text Example
White with #0482AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0482AB; }
p { color: rgb(4,130,171); }
H1.HeaderClassName
{
color: #0482AB;
}
.AnyTagClassName
{
color: #0482AB;
}
</style>
background-color css
<style>
a { background-color: #0482AB; }
a { background-color: rgb(4,130,171); }
div.DivClassName
{
background-color: #0482AB;
}
.BgClassName
{
background-color: #0482AB;
}
</style>
border-color css
<style>
span { border-color: #0482AB; }
span { border-color: rgb(4,130,171); }
td.TdClassName
{
border-color: #0482AB;
}
.TagClassName
{
border-color: #0482AB;
}
</style>