Shades of Cerulean #0581BD
Tints of Cerulean #0581BD
RGB
CMYK
RGB Variations
Color information
#0581BD (or 0x0581BD) is known color: Cerulean. HEX triplet: 05, 81 and BD. RGB value is (5,129,189). Sum of RGB (Red+Green+Blue) = 5+129+189=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #0581BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0581BD is #FA7E42. Grayscale: #626262. Windows color (decimal): -16416323 or 12419333. OLE color: 12419333.
HSL color Cylindrical-coordinate representation of color #0581BD: hue angle of 199.57º 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 #0581BD is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 129 | 189 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.26 |
| HSL | 199.57º | 0.95% | 0.38% | - |
| HSV(B) | 199.57º | 0.97% | 0.74% | - |
| XYZ | 17.1 | 19.41 | 50.99 | - |
| YUV | 98.76 | 178.92 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 189 | 0.97 | 0.32 | 0 | 0.26 | 199.57 | 0.95 | 0.38 |
| Hex | 5 | 81 | BD | 61 | 20 | 0 | 1A | C8 | 5F | 26 |
| Octal | 5 | 201 | 275 | 141 | 40 | 0 | 32 | 310 | 137 | 46 |
| Binary | 101 | 10000001 | 10111101 | 1100001 | 100000 | 0 | 11010 | 11001000 | 1011111 | 100110 |
Color Harmonies of #0581BD
Complementary color
Monochromatic Colors of #0581BD
Black with #0581BD
Text Example
Text Example
White with #0581BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0581BD; }
p { color: rgb(5,129,189); }
H1.HeaderClassName
{
color: #0581BD;
}
.AnyTagClassName
{
color: #0581BD;
}
</style>
background-color css
<style>
a { background-color: #0581BD; }
a { background-color: rgb(5,129,189); }
div.DivClassName
{
background-color: #0581BD;
}
.BgClassName
{
background-color: #0581BD;
}
</style>
border-color css
<style>
span { border-color: #0581BD; }
span { border-color: rgb(5,129,189); }
td.TdClassName
{
border-color: #0581BD;
}
.TagClassName
{
border-color: #0581BD;
}
</style>