Shades of Pacific Blue #019ADF
Tints of Pacific Blue #019ADF
RGB
CMYK
RGB Variations
Color information
#019ADF (or 0x019ADF) is known color: Pacific Blue. HEX triplet: 01, 9A and DF. RGB value is (1,154,223). Sum of RGB (Red+Green+Blue) = 1+154+223=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #019ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ADF is #FE6520. Grayscale: #737373. Windows color (decimal): -16672033 or 14653953. OLE color: 14653953.
HSL color Cylindrical-coordinate representation of color #019ADF: hue angle of 198.65º 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 #019ADF is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 154 | 223 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.13 |
| HSL | 198.65º | 0.99% | 0.44% | - |
| HSV(B) | 198.65º | 1% | 0.87% | - |
| XYZ | 24.89 | 28.45 | 73.99 | - |
| YUV | 116.12 | 188.31 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 223 | 1.00 | 0.31 | 0 | 0.13 | 198.65 | 0.99 | 0.44 |
| Hex | 1 | 9A | DF | 64 | 1F | 0 | D | C7 | 63 | 2C |
| Octal | 1 | 232 | 337 | 144 | 37 | 0 | 15 | 307 | 143 | 54 |
| Binary | 1 | 10011010 | 11011111 | 1100100 | 11111 | 0 | 1101 | 11000111 | 1100011 | 101100 |
Color Harmonies of #019ADF
Complementary color
Monochromatic Colors of #019ADF
Black with #019ADF
Text Example
Text Example
White with #019ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ADF; }
p { color: rgb(1,154,223); }
H1.HeaderClassName
{
color: #019ADF;
}
.AnyTagClassName
{
color: #019ADF;
}
</style>
background-color css
<style>
a { background-color: #019ADF; }
a { background-color: rgb(1,154,223); }
div.DivClassName
{
background-color: #019ADF;
}
.BgClassName
{
background-color: #019ADF;
}
</style>
border-color css
<style>
span { border-color: #019ADF; }
span { border-color: rgb(1,154,223); }
td.TdClassName
{
border-color: #019ADF;
}
.TagClassName
{
border-color: #019ADF;
}
</style>