Shades of Cerulean #0579BD
Tints of Cerulean #0579BD
RGB
CMYK
RGB Variations
Color information
#0579BD (or 0x0579BD) is known color: Cerulean. HEX triplet: 05, 79 and BD. RGB value is (5,121,189). Sum of RGB (Red+Green+Blue) = 5+121+189=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #0579BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0579BD is #FA8642. Grayscale: #5D5D5D. Windows color (decimal): -16418371 or 12417285. OLE color: 12417285.
HSL color Cylindrical-coordinate representation of color #0579BD: hue angle of 202.17º 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 #0579BD is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 121 | 189 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.26 |
| HSL | 202.17º | 0.95% | 0.38% | - |
| HSV(B) | 202.17º | 0.97% | 0.74% | - |
| XYZ | 16.09 | 17.38 | 50.65 | - |
| YUV | 94.07 | 181.57 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 189 | 0.97 | 0.36 | 0 | 0.26 | 202.17 | 0.95 | 0.38 |
| Hex | 5 | 79 | BD | 61 | 24 | 0 | 1A | CA | 5F | 26 |
| Octal | 5 | 171 | 275 | 141 | 44 | 0 | 32 | 312 | 137 | 46 |
| Binary | 101 | 1111001 | 10111101 | 1100001 | 100100 | 0 | 11010 | 11001010 | 1011111 | 100110 |
Color Harmonies of #0579BD
Complementary color
Monochromatic Colors of #0579BD
Black with #0579BD
Text Example
Text Example
White with #0579BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0579BD; }
p { color: rgb(5,121,189); }
H1.HeaderClassName
{
color: #0579BD;
}
.AnyTagClassName
{
color: #0579BD;
}
</style>
background-color css
<style>
a { background-color: #0579BD; }
a { background-color: rgb(5,121,189); }
div.DivClassName
{
background-color: #0579BD;
}
.BgClassName
{
background-color: #0579BD;
}
</style>
border-color css
<style>
span { border-color: #0579BD; }
span { border-color: rgb(5,121,189); }
td.TdClassName
{
border-color: #0579BD;
}
.TagClassName
{
border-color: #0579BD;
}
</style>