Shades of Cerulean #0471B1
Tints of Cerulean #0471B1
RGB
CMYK
RGB Variations
Color information
#0471B1 (or 0x0471B1) is known color: Cerulean. HEX triplet: 04, 71 and B1. RGB value is (4,113,177). Sum of RGB (Red+Green+Blue) = 4+113+177=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #0471B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0471B1 is #FB8E4E. Grayscale: #575757. Windows color (decimal): -16485967 or 11628804. OLE color: 11628804.
HSL color Cylindrical-coordinate representation of color #0471B1: hue angle of 202.2º 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 #0471B1 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 113 | 177 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.31 |
| HSL | 202.2º | 0.96% | 0.35% | - |
| HSV(B) | 202.2º | 0.98% | 0.69% | - |
| XYZ | 13.89 | 15.01 | 43.76 | - |
| YUV | 87.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 177 | 0.98 | 0.36 | 0 | 0.31 | 202.2 | 0.96 | 0.35 |
| Hex | 4 | 71 | B1 | 62 | 24 | 0 | 1F | CA | 60 | 23 |
| Octal | 4 | 161 | 261 | 142 | 44 | 0 | 37 | 312 | 140 | 43 |
| Binary | 100 | 1110001 | 10110001 | 1100010 | 100100 | 0 | 11111 | 11001010 | 1100000 | 100011 |
Color Harmonies of #0471B1
Complementary color
Monochromatic Colors of #0471B1
Black with #0471B1
Text Example
Text Example
White with #0471B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0471B1; }
p { color: rgb(4,113,177); }
H1.HeaderClassName
{
color: #0471B1;
}
.AnyTagClassName
{
color: #0471B1;
}
</style>
background-color css
<style>
a { background-color: #0471B1; }
a { background-color: rgb(4,113,177); }
div.DivClassName
{
background-color: #0471B1;
}
.BgClassName
{
background-color: #0471B1;
}
</style>
border-color css
<style>
span { border-color: #0471B1; }
span { border-color: rgb(4,113,177); }
td.TdClassName
{
border-color: #0471B1;
}
.TagClassName
{
border-color: #0471B1;
}
</style>