Shades of Pacific Blue #059ADB
Tints of Pacific Blue #059ADB
RGB
CMYK
RGB Variations
Color information
#059ADB (or 0x059ADB) is known color: Pacific Blue. HEX triplet: 05, 9A and DB. RGB value is (5,154,219). Sum of RGB (Red+Green+Blue) = 5+154+219=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #059ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #059ADB is #FA6524. Grayscale: #747474. Windows color (decimal): -16409893 or 14391813. OLE color: 14391813.
HSL color Cylindrical-coordinate representation of color #059ADB: hue angle of 198.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059ADB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 154 | 219 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.14 |
| HSL | 198.22º | 0.96% | 0.44% | - |
| HSV(B) | 198.22º | 0.98% | 0.86% | - |
| XYZ | 24.4 | 28.26 | 71.19 | - |
| YUV | 116.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 219 | 0.98 | 0.30 | 0 | 0.14 | 198.22 | 0.96 | 0.44 |
| Hex | 5 | 9A | DB | 62 | 1E | 0 | E | C6 | 60 | 2C |
| Octal | 5 | 232 | 333 | 142 | 36 | 0 | 16 | 306 | 140 | 54 |
| Binary | 101 | 10011010 | 11011011 | 1100010 | 11110 | 0 | 1110 | 11000110 | 1100000 | 101100 |
Color Harmonies of #059ADB
Complementary color
Monochromatic Colors of #059ADB
Black with #059ADB
Text Example
Text Example
White with #059ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059ADB; }
p { color: rgb(5,154,219); }
H1.HeaderClassName
{
color: #059ADB;
}
.AnyTagClassName
{
color: #059ADB;
}
</style>
background-color css
<style>
a { background-color: #059ADB; }
a { background-color: rgb(5,154,219); }
div.DivClassName
{
background-color: #059ADB;
}
.BgClassName
{
background-color: #059ADB;
}
</style>
border-color css
<style>
span { border-color: #059ADB; }
span { border-color: rgb(5,154,219); }
td.TdClassName
{
border-color: #059ADB;
}
.TagClassName
{
border-color: #059ADB;
}
</style>