Shades of Pacific Blue #019ADD
Tints of Pacific Blue #019ADD
RGB
CMYK
RGB Variations
Color information
#019ADD (or 0x019ADD) is known color: Pacific Blue. HEX triplet: 01, 9A and DD. RGB value is (1,154,221). Sum of RGB (Red+Green+Blue) = 1+154+221=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #019ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ADD is #FE6522. Grayscale: #737373. Windows color (decimal): -16672035 or 14522881. OLE color: 14522881.
HSL color Cylindrical-coordinate representation of color #019ADD: hue angle of 198.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ADD is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 154 | 221 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.13 |
| HSL | 198.27º | 0.99% | 0.44% | - |
| HSV(B) | 198.27º | 1% | 0.87% | - |
| XYZ | 24.62 | 28.34 | 72.58 | - |
| YUV | 115.89 | 187.31 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 221 | 1.00 | 0.30 | 0 | 0.13 | 198.27 | 0.99 | 0.44 |
| Hex | 1 | 9A | DD | 64 | 1E | 0 | D | C6 | 63 | 2C |
| Octal | 1 | 232 | 335 | 144 | 36 | 0 | 15 | 306 | 143 | 54 |
| Binary | 1 | 10011010 | 11011101 | 1100100 | 11110 | 0 | 1101 | 11000110 | 1100011 | 101100 |
Color Harmonies of #019ADD
Complementary color
Monochromatic Colors of #019ADD
Black with #019ADD
Text Example
Text Example
White with #019ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ADD; }
p { color: rgb(1,154,221); }
H1.HeaderClassName
{
color: #019ADD;
}
.AnyTagClassName
{
color: #019ADD;
}
</style>
background-color css
<style>
a { background-color: #019ADD; }
a { background-color: rgb(1,154,221); }
div.DivClassName
{
background-color: #019ADD;
}
.BgClassName
{
background-color: #019ADD;
}
</style>
border-color css
<style>
span { border-color: #019ADD; }
span { border-color: rgb(1,154,221); }
td.TdClassName
{
border-color: #019ADD;
}
.TagClassName
{
border-color: #019ADD;
}
</style>