Shades of Cerulean #0477BB
Tints of Cerulean #0477BB
RGB
CMYK
RGB Variations
Color information
#0477BB (or 0x0477BB) is known color: Cerulean. HEX triplet: 04, 77 and BB. RGB value is (4,119,187). Sum of RGB (Red+Green+Blue) = 4+119+187=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #0477BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0477BB is #FB8844. Grayscale: #5B5B5B. Windows color (decimal): -16484421 or 12285700. OLE color: 12285700.
HSL color Cylindrical-coordinate representation of color #0477BB: hue angle of 202.3º 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 #0477BB is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 119 | 187 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.27 |
| HSL | 202.3º | 0.96% | 0.37% | - |
| HSV(B) | 202.3º | 0.98% | 0.73% | - |
| XYZ | 15.62 | 16.81 | 49.43 | - |
| YUV | 92.37 | 181.4 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 119 | 187 | 0.98 | 0.36 | 0 | 0.27 | 202.3 | 0.96 | 0.37 |
| Hex | 4 | 77 | BB | 62 | 24 | 0 | 1B | CA | 60 | 25 |
| Octal | 4 | 167 | 273 | 142 | 44 | 0 | 33 | 312 | 140 | 45 |
| Binary | 100 | 1110111 | 10111011 | 1100010 | 100100 | 0 | 11011 | 11001010 | 1100000 | 100101 |
Color Harmonies of #0477BB
Complementary color
Monochromatic Colors of #0477BB
Black with #0477BB
Text Example
Text Example
White with #0477BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0477BB; }
p { color: rgb(4,119,187); }
H1.HeaderClassName
{
color: #0477BB;
}
.AnyTagClassName
{
color: #0477BB;
}
</style>
background-color css
<style>
a { background-color: #0477BB; }
a { background-color: rgb(4,119,187); }
div.DivClassName
{
background-color: #0477BB;
}
.BgClassName
{
background-color: #0477BB;
}
</style>
border-color css
<style>
span { border-color: #0477BB; }
span { border-color: rgb(4,119,187); }
td.TdClassName
{
border-color: #0477BB;
}
.TagClassName
{
border-color: #0477BB;
}
</style>