Shades of Pacific Blue #059ADA
Tints of Pacific Blue #059ADA
RGB
CMYK
RGB Variations
Color information
#059ADA (or 0x059ADA) is known color: Pacific Blue. HEX triplet: 05, 9A and DA. RGB value is (5,154,218). Sum of RGB (Red+Green+Blue) = 5+154+218=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #059ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ADA is #FA6525. Grayscale: #747474. Windows color (decimal): -16409894 or 14326277. OLE color: 14326277.
HSL color Cylindrical-coordinate representation of color #059ADA: hue angle of 198.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ADA is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 154 | 218 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.15 |
| HSL | 198.03º | 0.96% | 0.44% | - |
| HSV(B) | 198.03º | 0.98% | 0.85% | - |
| XYZ | 24.27 | 28.21 | 70.49 | - |
| YUV | 116.75 | 185.14 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 218 | 0.98 | 0.29 | 0 | 0.15 | 198.03 | 0.96 | 0.44 |
| Hex | 5 | 9A | DA | 62 | 1D | 0 | F | C6 | 60 | 2C |
| Octal | 5 | 232 | 332 | 142 | 35 | 0 | 17 | 306 | 140 | 54 |
| Binary | 101 | 10011010 | 11011010 | 1100010 | 11101 | 0 | 1111 | 11000110 | 1100000 | 101100 |
Color Harmonies of #059ADA
Complementary color
Monochromatic Colors of #059ADA
Black with #059ADA
Text Example
Text Example
White with #059ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ADA; }
p { color: rgb(5,154,218); }
H1.HeaderClassName
{
color: #059ADA;
}
.AnyTagClassName
{
color: #059ADA;
}
</style>
background-color css
<style>
a { background-color: #059ADA; }
a { background-color: rgb(5,154,218); }
div.DivClassName
{
background-color: #059ADA;
}
.BgClassName
{
background-color: #059ADA;
}
</style>
border-color css
<style>
span { border-color: #059ADA; }
span { border-color: rgb(5,154,218); }
td.TdClassName
{
border-color: #059ADA;
}
.TagClassName
{
border-color: #059ADA;
}
</style>