Shades of Cerulean #0470AB
Tints of Cerulean #0470AB
RGB
CMYK
RGB Variations
Color information
#0470AB (or 0x0470AB) is known color: Cerulean. HEX triplet: 04, 70 and AB. RGB value is (4,112,171). Sum of RGB (Red+Green+Blue) = 4+112+171=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #0470AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0470AB is #FB8F54. Grayscale: #565656. Windows color (decimal): -16486229 or 11235332. OLE color: 11235332.
HSL color Cylindrical-coordinate representation of color #0470AB: hue angle of 201.2º 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 #0470AB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 112 | 171 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.33 |
| HSL | 201.2º | 0.95% | 0.34% | - |
| HSV(B) | 201.2º | 0.98% | 0.67% | - |
| XYZ | 13.19 | 14.55 | 40.64 | - |
| YUV | 86.43 | 175.72 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 171 | 0.98 | 0.35 | 0 | 0.33 | 201.2 | 0.95 | 0.34 |
| Hex | 4 | 70 | AB | 62 | 23 | 0 | 21 | C9 | 5F | 22 |
| Octal | 4 | 160 | 253 | 142 | 43 | 0 | 41 | 311 | 137 | 42 |
| Binary | 100 | 1110000 | 10101011 | 1100010 | 100011 | 0 | 100001 | 11001001 | 1011111 | 100010 |
Color Harmonies of #0470AB
Complementary color
Monochromatic Colors of #0470AB
Black with #0470AB
Text Example
Text Example
White with #0470AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470AB; }
p { color: rgb(4,112,171); }
H1.HeaderClassName
{
color: #0470AB;
}
.AnyTagClassName
{
color: #0470AB;
}
</style>
background-color css
<style>
a { background-color: #0470AB; }
a { background-color: rgb(4,112,171); }
div.DivClassName
{
background-color: #0470AB;
}
.BgClassName
{
background-color: #0470AB;
}
</style>
border-color css
<style>
span { border-color: #0470AB; }
span { border-color: rgb(4,112,171); }
td.TdClassName
{
border-color: #0470AB;
}
.TagClassName
{
border-color: #0470AB;
}
</style>