Shades of Pacific Blue #019AD8
Tints of Pacific Blue #019AD8
RGB
CMYK
RGB Variations
Color information
#019AD8 (or 0x019AD8) is known color: Pacific Blue. HEX triplet: 01, 9A and D8. RGB value is (1,154,216). Sum of RGB (Red+Green+Blue) = 1+154+216=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #019AD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AD8 is #FE6527. Grayscale: #727272. Windows color (decimal): -16672040 or 14195201. OLE color: 14195201.
HSL color Cylindrical-coordinate representation of color #019AD8: hue angle of 197.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019AD8 is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 154 | 216 | - |
| CMYK | 1.00 | 0.29 | 0 | 0.15 |
| HSL | 197.3º | 0.99% | 0.43% | - |
| HSV(B) | 197.3º | 1% | 0.85% | - |
| XYZ | 23.96 | 28.08 | 69.12 | - |
| YUV | 115.32 | 184.81 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 216 | 1.00 | 0.29 | 0 | 0.15 | 197.3 | 0.99 | 0.43 |
| Hex | 1 | 9A | D8 | 64 | 1D | 0 | F | C5 | 63 | 2B |
| Octal | 1 | 232 | 330 | 144 | 35 | 0 | 17 | 305 | 143 | 53 |
| Binary | 1 | 10011010 | 11011000 | 1100100 | 11101 | 0 | 1111 | 11000101 | 1100011 | 101011 |
Color Harmonies of #019AD8
Complementary color
Monochromatic Colors of #019AD8
Black with #019AD8
Text Example
Text Example
White with #019AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AD8; }
p { color: rgb(1,154,216); }
H1.HeaderClassName
{
color: #019AD8;
}
.AnyTagClassName
{
color: #019AD8;
}
</style>
background-color css
<style>
a { background-color: #019AD8; }
a { background-color: rgb(1,154,216); }
div.DivClassName
{
background-color: #019AD8;
}
.BgClassName
{
background-color: #019AD8;
}
</style>
border-color css
<style>
span { border-color: #019AD8; }
span { border-color: rgb(1,154,216); }
td.TdClassName
{
border-color: #019AD8;
}
.TagClassName
{
border-color: #019AD8;
}
</style>