Shades of Cerulean #0484AA
Tints of Cerulean #0484AA
RGB
CMYK
RGB Variations
Color information
#0484AA (or 0x0484AA) is known color: Cerulean. HEX triplet: 04, 84 and AA. RGB value is (4,132,170). Sum of RGB (Red+Green+Blue) = 4+132+170=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #0484AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0484AA is #FB7B55. Grayscale: #616161. Windows color (decimal): -16481110 or 11174916. OLE color: 11174916.
HSL color Cylindrical-coordinate representation of color #0484AA: hue angle of 193.73º 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 #0484AA is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 132 | 170 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.33 |
| HSL | 193.73º | 0.95% | 0.34% | - |
| HSV(B) | 193.73º | 0.98% | 0.67% | - |
| XYZ | 15.56 | 19.43 | 40.96 | - |
| YUV | 98.06 | 168.59 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 170 | 0.98 | 0.22 | 0 | 0.33 | 193.73 | 0.95 | 0.34 |
| Hex | 4 | 84 | AA | 62 | 16 | 0 | 21 | C2 | 5F | 22 |
| Octal | 4 | 204 | 252 | 142 | 26 | 0 | 41 | 302 | 137 | 42 |
| Binary | 100 | 10000100 | 10101010 | 1100010 | 10110 | 0 | 100001 | 11000010 | 1011111 | 100010 |
Color Harmonies of #0484AA
Complementary color
Monochromatic Colors of #0484AA
Black with #0484AA
Text Example
Text Example
White with #0484AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0484AA; }
p { color: rgb(4,132,170); }
H1.HeaderClassName
{
color: #0484AA;
}
.AnyTagClassName
{
color: #0484AA;
}
</style>
background-color css
<style>
a { background-color: #0484AA; }
a { background-color: rgb(4,132,170); }
div.DivClassName
{
background-color: #0484AA;
}
.BgClassName
{
background-color: #0484AA;
}
</style>
border-color css
<style>
span { border-color: #0484AA; }
span { border-color: rgb(4,132,170); }
td.TdClassName
{
border-color: #0484AA;
}
.TagClassName
{
border-color: #0484AA;
}
</style>