Shades of Cerulean #0472B9
Tints of Cerulean #0472B9
RGB
CMYK
RGB Variations
Color information
#0472B9 (or 0x0472B9) is known color: Cerulean. HEX triplet: 04, 72 and B9. RGB value is (4,114,185). Sum of RGB (Red+Green+Blue) = 4+114+185=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 114 (44.92% from 255 or 37.62% 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 #0472B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472B9 is #FB8D46. Grayscale: #585858. Windows color (decimal): -16485703 or 12153348. OLE color: 12153348.
HSL color Cylindrical-coordinate representation of color #0472B9: hue angle of 203.54º 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 #0472B9 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 114 | 185 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.27 |
| HSL | 203.54º | 0.96% | 0.37% | - |
| HSV(B) | 203.54º | 0.98% | 0.73% | - |
| XYZ | 14.82 | 15.56 | 48.12 | - |
| YUV | 89.2 | 182.06 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 185 | 0.98 | 0.38 | 0 | 0.27 | 203.54 | 0.96 | 0.37 |
| Hex | 4 | 72 | B9 | 62 | 26 | 0 | 1B | CC | 60 | 25 |
| Octal | 4 | 162 | 271 | 142 | 46 | 0 | 33 | 314 | 140 | 45 |
| Binary | 100 | 1110010 | 10111001 | 1100010 | 100110 | 0 | 11011 | 11001100 | 1100000 | 100101 |
Color Harmonies of #0472B9
Complementary color
Monochromatic Colors of #0472B9
Black with #0472B9
Text Example
Text Example
White with #0472B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472B9; }
p { color: rgb(4,114,185); }
H1.HeaderClassName
{
color: #0472B9;
}
.AnyTagClassName
{
color: #0472B9;
}
</style>
background-color css
<style>
a { background-color: #0472B9; }
a { background-color: rgb(4,114,185); }
div.DivClassName
{
background-color: #0472B9;
}
.BgClassName
{
background-color: #0472B9;
}
</style>
border-color css
<style>
span { border-color: #0472B9; }
span { border-color: rgb(4,114,185); }
td.TdClassName
{
border-color: #0472B9;
}
.TagClassName
{
border-color: #0472B9;
}
</style>