Shades of Cerulean #0482BA
Tints of Cerulean #0482BA
RGB
CMYK
RGB Variations
Color information
#0482BA (or 0x0482BA) is known color: Cerulean. HEX triplet: 04, 82 and BA. RGB value is (4,130,186). Sum of RGB (Red+Green+Blue) = 4+130+186=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #0482BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482BA is #FB7D45. Grayscale: #626262. Windows color (decimal): -16481606 or 12222980. OLE color: 12222980.
HSL color Cylindrical-coordinate representation of color #0482BA: hue angle of 198.46º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0482BA is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 130 | 186 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.27 |
| HSL | 198.46º | 0.96% | 0.37% | - |
| HSV(B) | 198.46º | 0.98% | 0.73% | - |
| XYZ | 16.9 | 19.54 | 49.33 | - |
| YUV | 98.71 | 177.26 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 186 | 0.98 | 0.30 | 0 | 0.27 | 198.46 | 0.96 | 0.37 |
| Hex | 4 | 82 | BA | 62 | 1E | 0 | 1B | C6 | 60 | 25 |
| Octal | 4 | 202 | 272 | 142 | 36 | 0 | 33 | 306 | 140 | 45 |
| Binary | 100 | 10000010 | 10111010 | 1100010 | 11110 | 0 | 11011 | 11000110 | 1100000 | 100101 |
Color Harmonies of #0482BA
Complementary color
Monochromatic Colors of #0482BA
Black with #0482BA
Text Example
Text Example
White with #0482BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0482BA; }
p { color: rgb(4,130,186); }
H1.HeaderClassName
{
color: #0482BA;
}
.AnyTagClassName
{
color: #0482BA;
}
</style>
background-color css
<style>
a { background-color: #0482BA; }
a { background-color: rgb(4,130,186); }
div.DivClassName
{
background-color: #0482BA;
}
.BgClassName
{
background-color: #0482BA;
}
</style>
border-color css
<style>
span { border-color: #0482BA; }
span { border-color: rgb(4,130,186); }
td.TdClassName
{
border-color: #0482BA;
}
.TagClassName
{
border-color: #0482BA;
}
</style>