Shades of Cerulean #0483BA
Tints of Cerulean #0483BA
RGB
CMYK
RGB Variations
Color information
#0483BA (or 0x0483BA) is known color: Cerulean. HEX triplet: 04, 83 and BA. RGB value is (4,131,186). Sum of RGB (Red+Green+Blue) = 4+131+186=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #0483BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483BA is #FB7C45. Grayscale: #626262. Windows color (decimal): -16481350 or 12223236. OLE color: 12223236.
HSL color Cylindrical-coordinate representation of color #0483BA: hue angle of 198.13º 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 #0483BA is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 131 | 186 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.27 |
| HSL | 198.13º | 0.96% | 0.37% | - |
| HSV(B) | 198.13º | 0.98% | 0.73% | - |
| XYZ | 17.03 | 19.8 | 49.38 | - |
| YUV | 99.3 | 176.92 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 186 | 0.98 | 0.30 | 0 | 0.27 | 198.13 | 0.96 | 0.37 |
| Hex | 4 | 83 | BA | 62 | 1E | 0 | 1B | C6 | 60 | 25 |
| Octal | 4 | 203 | 272 | 142 | 36 | 0 | 33 | 306 | 140 | 45 |
| Binary | 100 | 10000011 | 10111010 | 1100010 | 11110 | 0 | 11011 | 11000110 | 1100000 | 100101 |
Color Harmonies of #0483BA
Complementary color
Monochromatic Colors of #0483BA
Black with #0483BA
Text Example
Text Example
White with #0483BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483BA; }
p { color: rgb(4,131,186); }
H1.HeaderClassName
{
color: #0483BA;
}
.AnyTagClassName
{
color: #0483BA;
}
</style>
background-color css
<style>
a { background-color: #0483BA; }
a { background-color: rgb(4,131,186); }
div.DivClassName
{
background-color: #0483BA;
}
.BgClassName
{
background-color: #0483BA;
}
</style>
border-color css
<style>
span { border-color: #0483BA; }
span { border-color: rgb(4,131,186); }
td.TdClassName
{
border-color: #0483BA;
}
.TagClassName
{
border-color: #0483BA;
}
</style>