Shades of Cerulean #0472AD
Tints of Cerulean #0472AD
RGB
CMYK
RGB Variations
Color information
#0472AD (or 0x0472AD) is known color: Cerulean. HEX triplet: 04, 72 and AD. RGB value is (4,114,173). Sum of RGB (Red+Green+Blue) = 4+114+173=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #0472AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0472AD is #FB8D52. Grayscale: #575757. Windows color (decimal): -16485715 or 11366916. OLE color: 11366916.
HSL color Cylindrical-coordinate representation of color #0472AD: hue angle of 200.95º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472AD is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 114 | 173 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.32 |
| HSL | 200.95º | 0.95% | 0.35% | - |
| HSV(B) | 200.95º | 0.98% | 0.68% | - |
| XYZ | 13.61 | 15.08 | 41.73 | - |
| YUV | 87.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 173 | 0.98 | 0.34 | 0 | 0.32 | 200.95 | 0.95 | 0.35 |
| Hex | 4 | 72 | AD | 62 | 22 | 0 | 20 | C9 | 5F | 23 |
| Octal | 4 | 162 | 255 | 142 | 42 | 0 | 40 | 311 | 137 | 43 |
| Binary | 100 | 1110010 | 10101101 | 1100010 | 100010 | 0 | 100000 | 11001001 | 1011111 | 100011 |
Color Harmonies of #0472AD
Complementary color
Monochromatic Colors of #0472AD
Black with #0472AD
Text Example
Text Example
White with #0472AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472AD; }
p { color: rgb(4,114,173); }
H1.HeaderClassName
{
color: #0472AD;
}
.AnyTagClassName
{
color: #0472AD;
}
</style>
background-color css
<style>
a { background-color: #0472AD; }
a { background-color: rgb(4,114,173); }
div.DivClassName
{
background-color: #0472AD;
}
.BgClassName
{
background-color: #0472AD;
}
</style>
border-color css
<style>
span { border-color: #0472AD; }
span { border-color: rgb(4,114,173); }
td.TdClassName
{
border-color: #0472AD;
}
.TagClassName
{
border-color: #0472AD;
}
</style>