Shades of Cerulean #0473BA
Tints of Cerulean #0473BA
RGB
CMYK
RGB Variations
Color information
#0473BA (or 0x0473BA) is known color: Cerulean. HEX triplet: 04, 73 and BA. RGB value is (4,115,186). Sum of RGB (Red+Green+Blue) = 4+115+186=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #0473BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0473BA is #FB8C45. Grayscale: #595959. Windows color (decimal): -16485446 or 12219140. OLE color: 12219140.
HSL color Cylindrical-coordinate representation of color #0473BA: hue angle of 203.41º 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 #0473BA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 115 | 186 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.27 |
| HSL | 203.41º | 0.96% | 0.37% | - |
| HSV(B) | 203.41º | 0.98% | 0.73% | - |
| XYZ | 15.04 | 15.83 | 48.72 | - |
| YUV | 89.91 | 182.23 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 186 | 0.98 | 0.38 | 0 | 0.27 | 203.41 | 0.96 | 0.37 |
| Hex | 4 | 73 | BA | 62 | 26 | 0 | 1B | CB | 60 | 25 |
| Octal | 4 | 163 | 272 | 142 | 46 | 0 | 33 | 313 | 140 | 45 |
| Binary | 100 | 1110011 | 10111010 | 1100010 | 100110 | 0 | 11011 | 11001011 | 1100000 | 100101 |
Color Harmonies of #0473BA
Complementary color
Monochromatic Colors of #0473BA
Black with #0473BA
Text Example
Text Example
White with #0473BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0473BA; }
p { color: rgb(4,115,186); }
H1.HeaderClassName
{
color: #0473BA;
}
.AnyTagClassName
{
color: #0473BA;
}
</style>
background-color css
<style>
a { background-color: #0473BA; }
a { background-color: rgb(4,115,186); }
div.DivClassName
{
background-color: #0473BA;
}
.BgClassName
{
background-color: #0473BA;
}
</style>
border-color css
<style>
span { border-color: #0473BA; }
span { border-color: rgb(4,115,186); }
td.TdClassName
{
border-color: #0473BA;
}
.TagClassName
{
border-color: #0473BA;
}
</style>