Shades of Cerulean #0576BC
Tints of Cerulean #0576BC
RGB
CMYK
RGB Variations
Color information
#0576BC (or 0x0576BC) is known color: Cerulean. HEX triplet: 05, 76 and BC. RGB value is (5,118,188). Sum of RGB (Red+Green+Blue) = 5+118+188=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #0576BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0576BC is #FA8943. Grayscale: #5B5B5B. Windows color (decimal): -16419140 or 12350981. OLE color: 12350981.
HSL color Cylindrical-coordinate representation of color #0576BC: hue angle of 202.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0576BC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 118 | 188 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.26 |
| HSL | 202.95º | 0.95% | 0.38% | - |
| HSV(B) | 202.95º | 0.97% | 0.74% | - |
| XYZ | 15.62 | 16.62 | 49.96 | - |
| YUV | 92.19 | 182.06 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 188 | 0.97 | 0.37 | 0 | 0.26 | 202.95 | 0.95 | 0.38 |
| Hex | 5 | 76 | BC | 61 | 25 | 0 | 1A | CB | 5F | 26 |
| Octal | 5 | 166 | 274 | 141 | 45 | 0 | 32 | 313 | 137 | 46 |
| Binary | 101 | 1110110 | 10111100 | 1100001 | 100101 | 0 | 11010 | 11001011 | 1011111 | 100110 |
Color Harmonies of #0576BC
Complementary color
Monochromatic Colors of #0576BC
Black with #0576BC
Text Example
Text Example
White with #0576BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576BC; }
p { color: rgb(5,118,188); }
H1.HeaderClassName
{
color: #0576BC;
}
.AnyTagClassName
{
color: #0576BC;
}
</style>
background-color css
<style>
a { background-color: #0576BC; }
a { background-color: rgb(5,118,188); }
div.DivClassName
{
background-color: #0576BC;
}
.BgClassName
{
background-color: #0576BC;
}
</style>
border-color css
<style>
span { border-color: #0576BC; }
span { border-color: rgb(5,118,188); }
td.TdClassName
{
border-color: #0576BC;
}
.TagClassName
{
border-color: #0576BC;
}
</style>