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