Shades of Cerulean #0580BC
Tints of Cerulean #0580BC
RGB
CMYK
RGB Variations
Color information
#0580BC (or 0x0580BC) is known color: Cerulean. HEX triplet: 05, 80 and BC. RGB value is (5,128,188). Sum of RGB (Red+Green+Blue) = 5+128+188=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #0580BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0580BC is #FA7F43. Grayscale: #616161. Windows color (decimal): -16416580 or 12353541. OLE color: 12353541.
HSL color Cylindrical-coordinate representation of color #0580BC: hue angle of 199.67º 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 #0580BC is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 128 | 188 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.26 |
| HSL | 199.67º | 0.95% | 0.38% | - |
| HSV(B) | 199.67º | 0.97% | 0.74% | - |
| XYZ | 16.86 | 19.1 | 50.38 | - |
| YUV | 98.06 | 178.75 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 188 | 0.97 | 0.32 | 0 | 0.26 | 199.67 | 0.95 | 0.38 |
| Hex | 5 | 80 | BC | 61 | 20 | 0 | 1A | C8 | 5F | 26 |
| Octal | 5 | 200 | 274 | 141 | 40 | 0 | 32 | 310 | 137 | 46 |
| Binary | 101 | 10000000 | 10111100 | 1100001 | 100000 | 0 | 11010 | 11001000 | 1011111 | 100110 |
Color Harmonies of #0580BC
Complementary color
Monochromatic Colors of #0580BC
Black with #0580BC
Text Example
Text Example
White with #0580BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580BC; }
p { color: rgb(5,128,188); }
H1.HeaderClassName
{
color: #0580BC;
}
.AnyTagClassName
{
color: #0580BC;
}
</style>
background-color css
<style>
a { background-color: #0580BC; }
a { background-color: rgb(5,128,188); }
div.DivClassName
{
background-color: #0580BC;
}
.BgClassName
{
background-color: #0580BC;
}
</style>
border-color css
<style>
span { border-color: #0580BC; }
span { border-color: rgb(5,128,188); }
td.TdClassName
{
border-color: #0580BC;
}
.TagClassName
{
border-color: #0580BC;
}
</style>