Shades of Cerulean #0578AD
Tints of Cerulean #0578AD
RGB
CMYK
RGB Variations
Color information
#0578AD (or 0x0578AD) is known color: Cerulean. HEX triplet: 05, 78 and AD. RGB value is (5,120,173). Sum of RGB (Red+Green+Blue) = 5+120+173=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #0578AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0578AD is #FA8752. Grayscale: #5B5B5B. Windows color (decimal): -16418643 or 11368453. OLE color: 11368453.
HSL color Cylindrical-coordinate representation of color #0578AD: hue angle of 198.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0578AD is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 120 | 173 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.32 |
| HSL | 198.93º | 0.94% | 0.35% | - |
| HSV(B) | 198.93º | 0.97% | 0.68% | - |
| XYZ | 14.32 | 16.48 | 41.96 | - |
| YUV | 91.66 | 173.9 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 173 | 0.97 | 0.31 | 0 | 0.32 | 198.93 | 0.94 | 0.35 |
| Hex | 5 | 78 | AD | 61 | 1F | 0 | 20 | C7 | 5E | 23 |
| Octal | 5 | 170 | 255 | 141 | 37 | 0 | 40 | 307 | 136 | 43 |
| Binary | 101 | 1111000 | 10101101 | 1100001 | 11111 | 0 | 100000 | 11000111 | 1011110 | 100011 |
Color Harmonies of #0578AD
Complementary color
Monochromatic Colors of #0578AD
Black with #0578AD
Text Example
Text Example
White with #0578AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0578AD; }
p { color: rgb(5,120,173); }
H1.HeaderClassName
{
color: #0578AD;
}
.AnyTagClassName
{
color: #0578AD;
}
</style>
background-color css
<style>
a { background-color: #0578AD; }
a { background-color: rgb(5,120,173); }
div.DivClassName
{
background-color: #0578AD;
}
.BgClassName
{
background-color: #0578AD;
}
</style>
border-color css
<style>
span { border-color: #0578AD; }
span { border-color: rgb(5,120,173); }
td.TdClassName
{
border-color: #0578AD;
}
.TagClassName
{
border-color: #0578AD;
}
</style>