Shades of Pacific Blue #05A1E1
Tints of Pacific Blue #05A1E1
RGB
CMYK
RGB Variations
Color information
#05A1E1 (or 0x05A1E1) is known color: Pacific Blue. HEX triplet: 05, A1 and E1. RGB value is (5,161,225). Sum of RGB (Red+Green+Blue) = 5+161+225=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #05A1E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A1E1 is #FA5E1E. Grayscale: #797979. Windows color (decimal): -16408095 or 14786821. OLE color: 14786821.
HSL color Cylindrical-coordinate representation of color #05A1E1: hue angle of 197.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A1E1 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 161 | 225 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.12 |
| HSL | 197.45º | 0.96% | 0.45% | - |
| HSV(B) | 197.45º | 0.98% | 0.88% | - |
| XYZ | 26.4 | 30.96 | 75.82 | - |
| YUV | 121.65 | 186.32 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 161 | 225 | 0.98 | 0.28 | 0 | 0.12 | 197.45 | 0.96 | 0.45 |
| Hex | 5 | A1 | E1 | 62 | 1C | 0 | C | C5 | 60 | 2D |
| Octal | 5 | 241 | 341 | 142 | 34 | 0 | 14 | 305 | 140 | 55 |
| Binary | 101 | 10100001 | 11100001 | 1100010 | 11100 | 0 | 1100 | 11000101 | 1100000 | 101101 |
Color Harmonies of #05A1E1
Complementary color
Monochromatic Colors of #05A1E1
Black with #05A1E1
Text Example
Text Example
White with #05A1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A1E1; }
p { color: rgb(5,161,225); }
H1.HeaderClassName
{
color: #05A1E1;
}
.AnyTagClassName
{
color: #05A1E1;
}
</style>
background-color css
<style>
a { background-color: #05A1E1; }
a { background-color: rgb(5,161,225); }
div.DivClassName
{
background-color: #05A1E1;
}
.BgClassName
{
background-color: #05A1E1;
}
</style>
border-color css
<style>
span { border-color: #05A1E1; }
span { border-color: rgb(5,161,225); }
td.TdClassName
{
border-color: #05A1E1;
}
.TagClassName
{
border-color: #05A1E1;
}
</style>