Shades of Pacific Blue #019ADC
Tints of Pacific Blue #019ADC
RGB
CMYK
RGB Variations
Color information
#019ADC (or 0x019ADC) is known color: Pacific Blue. HEX triplet: 01, 9A and DC. RGB value is (1,154,220). Sum of RGB (Red+Green+Blue) = 1+154+220=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #019ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ADC is #FE6523. Grayscale: #737373. Windows color (decimal): -16672036 or 14457345. OLE color: 14457345.
HSL color Cylindrical-coordinate representation of color #019ADC: hue angle of 198.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ADC is Cyan = 1.00, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 154 | 220 | - |
| CMYK | 1.00 | 0.3 | 0 | 0.14 |
| HSL | 198.08º | 0.99% | 0.43% | - |
| HSV(B) | 198.08º | 1% | 0.86% | - |
| XYZ | 24.49 | 28.28 | 71.88 | - |
| YUV | 115.78 | 186.81 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 220 | 1.00 | 0.3 | 0 | 0.14 | 198.08 | 0.99 | 0.43 |
| Hex | 1 | 9A | DC | 64 | 1E | 0 | E | C6 | 63 | 2B |
| Octal | 1 | 232 | 334 | 144 | 36 | 0 | 16 | 306 | 143 | 53 |
| Binary | 1 | 10011010 | 11011100 | 1100100 | 11110 | 0 | 1110 | 11000110 | 1100011 | 101011 |
Color Harmonies of #019ADC
Complementary color
Monochromatic Colors of #019ADC
Black with #019ADC
Text Example
Text Example
White with #019ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ADC; }
p { color: rgb(1,154,220); }
H1.HeaderClassName
{
color: #019ADC;
}
.AnyTagClassName
{
color: #019ADC;
}
</style>
background-color css
<style>
a { background-color: #019ADC; }
a { background-color: rgb(1,154,220); }
div.DivClassName
{
background-color: #019ADC;
}
.BgClassName
{
background-color: #019ADC;
}
</style>
border-color css
<style>
span { border-color: #019ADC; }
span { border-color: rgb(1,154,220); }
td.TdClassName
{
border-color: #019ADC;
}
.TagClassName
{
border-color: #019ADC;
}
</style>