Shades of Cerulean #0486B1
Tints of Cerulean #0486B1
RGB
CMYK
RGB Variations
Color information
#0486B1 (or 0x0486B1) is known color: Cerulean. HEX triplet: 04, 86 and B1. RGB value is (4,134,177). Sum of RGB (Red+Green+Blue) = 4+134+177=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #0486B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0486B1 is #FB794E. Grayscale: #636363. Windows color (decimal): -16480591 or 11634180. OLE color: 11634180.
HSL color Cylindrical-coordinate representation of color #0486B1: hue angle of 194.91º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0486B1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 134 | 177 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.31 |
| HSL | 194.91º | 0.96% | 0.35% | - |
| HSV(B) | 194.91º | 0.98% | 0.69% | - |
| XYZ | 16.51 | 20.25 | 44.63 | - |
| YUV | 100.03 | 171.43 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 134 | 177 | 0.98 | 0.24 | 0 | 0.31 | 194.91 | 0.96 | 0.35 |
| Hex | 4 | 86 | B1 | 62 | 18 | 0 | 1F | C3 | 60 | 23 |
| Octal | 4 | 206 | 261 | 142 | 30 | 0 | 37 | 303 | 140 | 43 |
| Binary | 100 | 10000110 | 10110001 | 1100010 | 11000 | 0 | 11111 | 11000011 | 1100000 | 100011 |
Color Harmonies of #0486B1
Complementary color
Monochromatic Colors of #0486B1
Black with #0486B1
Text Example
Text Example
White with #0486B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0486B1; }
p { color: rgb(4,134,177); }
H1.HeaderClassName
{
color: #0486B1;
}
.AnyTagClassName
{
color: #0486B1;
}
</style>
background-color css
<style>
a { background-color: #0486B1; }
a { background-color: rgb(4,134,177); }
div.DivClassName
{
background-color: #0486B1;
}
.BgClassName
{
background-color: #0486B1;
}
</style>
border-color css
<style>
span { border-color: #0486B1; }
span { border-color: rgb(4,134,177); }
td.TdClassName
{
border-color: #0486B1;
}
.TagClassName
{
border-color: #0486B1;
}
</style>