Shades of Cerulean #0481BD
Tints of Cerulean #0481BD
RGB
CMYK
RGB Variations
Color information
#0481BD (or 0x0481BD) is known color: Cerulean. HEX triplet: 04, 81 and BD. RGB value is (4,129,189). Sum of RGB (Red+Green+Blue) = 4+129+189=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #0481BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0481BD is #FB7E42. Grayscale: #626262. Windows color (decimal): -16481859 or 12419332. OLE color: 12419332.
HSL color Cylindrical-coordinate representation of color #0481BD: hue angle of 199.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0481BD is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 129 | 189 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.26 |
| HSL | 199.46º | 0.96% | 0.38% | - |
| HSV(B) | 199.46º | 0.98% | 0.74% | - |
| XYZ | 17.09 | 19.4 | 50.99 | - |
| YUV | 98.47 | 179.09 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 189 | 0.98 | 0.32 | 0 | 0.26 | 199.46 | 0.96 | 0.38 |
| Hex | 4 | 81 | BD | 62 | 20 | 0 | 1A | C7 | 60 | 26 |
| Octal | 4 | 201 | 275 | 142 | 40 | 0 | 32 | 307 | 140 | 46 |
| Binary | 100 | 10000001 | 10111101 | 1100010 | 100000 | 0 | 11010 | 11000111 | 1100000 | 100110 |
Color Harmonies of #0481BD
Complementary color
Monochromatic Colors of #0481BD
Black with #0481BD
Text Example
Text Example
White with #0481BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0481BD; }
p { color: rgb(4,129,189); }
H1.HeaderClassName
{
color: #0481BD;
}
.AnyTagClassName
{
color: #0481BD;
}
</style>
background-color css
<style>
a { background-color: #0481BD; }
a { background-color: rgb(4,129,189); }
div.DivClassName
{
background-color: #0481BD;
}
.BgClassName
{
background-color: #0481BD;
}
</style>
border-color css
<style>
span { border-color: #0481BD; }
span { border-color: rgb(4,129,189); }
td.TdClassName
{
border-color: #0481BD;
}
.TagClassName
{
border-color: #0481BD;
}
</style>