Shades of Cerulean #0480A5
Tints of Cerulean #0480A5
RGB
CMYK
RGB Variations
Color information
#0480A5 (or 0x0480A5) is known color: Cerulean. HEX triplet: 04, 80 and A5. RGB value is (4,128,165). Sum of RGB (Red+Green+Blue) = 4+128+165=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #0480A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0480A5 is #FB7F5A. Grayscale: #5E5E5E. Windows color (decimal): -16482139 or 10846212. OLE color: 10846212.
HSL color Cylindrical-coordinate representation of color #0480A5: hue angle of 193.79º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480A5 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 128 | 165 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.35 |
| HSL | 193.79º | 0.95% | 0.33% | - |
| HSV(B) | 193.79º | 0.98% | 0.65% | - |
| XYZ | 14.56 | 18.18 | 38.34 | - |
| YUV | 95.14 | 167.42 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 165 | 0.98 | 0.22 | 0 | 0.35 | 193.79 | 0.95 | 0.33 |
| Hex | 4 | 80 | A5 | 62 | 16 | 0 | 23 | C2 | 5F | 21 |
| Octal | 4 | 200 | 245 | 142 | 26 | 0 | 43 | 302 | 137 | 41 |
| Binary | 100 | 10000000 | 10100101 | 1100010 | 10110 | 0 | 100011 | 11000010 | 1011111 | 100001 |
Color Harmonies of #0480A5
Complementary color
Monochromatic Colors of #0480A5
Black with #0480A5
Text Example
Text Example
White with #0480A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0480A5; }
p { color: rgb(4,128,165); }
H1.HeaderClassName
{
color: #0480A5;
}
.AnyTagClassName
{
color: #0480A5;
}
</style>
background-color css
<style>
a { background-color: #0480A5; }
a { background-color: rgb(4,128,165); }
div.DivClassName
{
background-color: #0480A5;
}
.BgClassName
{
background-color: #0480A5;
}
</style>
border-color css
<style>
span { border-color: #0480A5; }
span { border-color: rgb(4,128,165); }
td.TdClassName
{
border-color: #0480A5;
}
.TagClassName
{
border-color: #0480A5;
}
</style>