Shades of Pacific Blue #019DCD
Tints of Pacific Blue #019DCD
RGB
CMYK
RGB Variations
Color information
#019DCD (or 0x019DCD) is known color: Pacific Blue. HEX triplet: 01, 9D and CD. RGB value is (1,157,205). Sum of RGB (Red+Green+Blue) = 1+157+205=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #019DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DCD is #FE6232. Grayscale: #737373. Windows color (decimal): -16671283 or 13475073. OLE color: 13475073.
HSL color Cylindrical-coordinate representation of color #019DCD: hue angle of 194.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DCD is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 157 | 205 | - |
| CMYK | 1.00 | 0.23 | 0 | 0.20 |
| HSL | 194.12º | 0.99% | 0.4% | - |
| HSV(B) | 194.12º | 1% | 0.8% | - |
| XYZ | 23.09 | 28.53 | 62.05 | - |
| YUV | 115.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 205 | 1.00 | 0.23 | 0 | 0.20 | 194.12 | 0.99 | 0.4 |
| Hex | 1 | 9D | CD | 64 | 17 | 0 | 14 | C2 | 63 | 28 |
| Octal | 1 | 235 | 315 | 144 | 27 | 0 | 24 | 302 | 143 | 50 |
| Binary | 1 | 10011101 | 11001101 | 1100100 | 10111 | 0 | 10100 | 11000010 | 1100011 | 101000 |
Color Harmonies of #019DCD
Complementary color
Monochromatic Colors of #019DCD
Black with #019DCD
Text Example
Text Example
White with #019DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DCD; }
p { color: rgb(1,157,205); }
H1.HeaderClassName
{
color: #019DCD;
}
.AnyTagClassName
{
color: #019DCD;
}
</style>
background-color css
<style>
a { background-color: #019DCD; }
a { background-color: rgb(1,157,205); }
div.DivClassName
{
background-color: #019DCD;
}
.BgClassName
{
background-color: #019DCD;
}
</style>
border-color css
<style>
span { border-color: #019DCD; }
span { border-color: rgb(1,157,205); }
td.TdClassName
{
border-color: #019DCD;
}
.TagClassName
{
border-color: #019DCD;
}
</style>