Shades of Cerulean #0481AB
Tints of Cerulean #0481AB
RGB
CMYK
RGB Variations
Color information
#0481AB (or 0x0481AB) is known color: Cerulean. HEX triplet: 04, 81 and AB. RGB value is (4,129,171). Sum of RGB (Red+Green+Blue) = 4+129+171=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0481AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0481AB is #FB7E54. Grayscale: #606060. Windows color (decimal): -16481877 or 11239684. OLE color: 11239684.
HSL color Cylindrical-coordinate representation of color #0481AB: hue angle of 195.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0481AB is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 129 | 171 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.33 |
| HSL | 195.09º | 0.95% | 0.34% | - |
| HSV(B) | 195.09º | 0.98% | 0.67% | - |
| XYZ | 15.25 | 18.67 | 41.33 | - |
| YUV | 96.41 | 170.09 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 171 | 0.98 | 0.25 | 0 | 0.33 | 195.09 | 0.95 | 0.34 |
| Hex | 4 | 81 | AB | 62 | 19 | 0 | 21 | C3 | 5F | 22 |
| Octal | 4 | 201 | 253 | 142 | 31 | 0 | 41 | 303 | 137 | 42 |
| Binary | 100 | 10000001 | 10101011 | 1100010 | 11001 | 0 | 100001 | 11000011 | 1011111 | 100010 |
Color Harmonies of #0481AB
Complementary color
Monochromatic Colors of #0481AB
Black with #0481AB
Text Example
Text Example
White with #0481AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0481AB; }
p { color: rgb(4,129,171); }
H1.HeaderClassName
{
color: #0481AB;
}
.AnyTagClassName
{
color: #0481AB;
}
</style>
background-color css
<style>
a { background-color: #0481AB; }
a { background-color: rgb(4,129,171); }
div.DivClassName
{
background-color: #0481AB;
}
.BgClassName
{
background-color: #0481AB;
}
</style>
border-color css
<style>
span { border-color: #0481AB; }
span { border-color: rgb(4,129,171); }
td.TdClassName
{
border-color: #0481AB;
}
.TagClassName
{
border-color: #0481AB;
}
</style>