Shades of Cerulean #0373BA
Tints of Cerulean #0373BA
RGB
CMYK
RGB Variations
Color information
#0373BA (or 0x0373BA) is known color: Cerulean. HEX triplet: 03, 73 and BA. RGB value is (3,115,186). Sum of RGB (Red+Green+Blue) = 3+115+186=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #0373BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373BA is #FC8C45. Grayscale: #595959. Windows color (decimal): -16550982 or 12219139. OLE color: 12219139.
HSL color Cylindrical-coordinate representation of color #0373BA: hue angle of 203.28º degrees, saturation: 0.97, 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 #0373BA is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 115 | 186 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.27 |
| HSL | 203.28º | 0.97% | 0.37% | - |
| HSV(B) | 203.28º | 0.98% | 0.73% | - |
| XYZ | 15.03 | 15.83 | 48.72 | - |
| YUV | 89.61 | 182.39 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 186 | 0.98 | 0.38 | 0 | 0.27 | 203.28 | 0.97 | 0.37 |
| Hex | 3 | 73 | BA | 62 | 26 | 0 | 1B | CB | 61 | 25 |
| Octal | 3 | 163 | 272 | 142 | 46 | 0 | 33 | 313 | 141 | 45 |
| Binary | 11 | 1110011 | 10111010 | 1100010 | 100110 | 0 | 11011 | 11001011 | 1100001 | 100101 |
Color Harmonies of #0373BA
Complementary color
Monochromatic Colors of #0373BA
Black with #0373BA
Text Example
Text Example
White with #0373BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373BA; }
p { color: rgb(3,115,186); }
H1.HeaderClassName
{
color: #0373BA;
}
.AnyTagClassName
{
color: #0373BA;
}
</style>
background-color css
<style>
a { background-color: #0373BA; }
a { background-color: rgb(3,115,186); }
div.DivClassName
{
background-color: #0373BA;
}
.BgClassName
{
background-color: #0373BA;
}
</style>
border-color css
<style>
span { border-color: #0373BA; }
span { border-color: rgb(3,115,186); }
td.TdClassName
{
border-color: #0373BA;
}
.TagClassName
{
border-color: #0373BA;
}
</style>