Shades of Pacific Blue #019BCD
Tints of Pacific Blue #019BCD
RGB
CMYK
RGB Variations
Color information
#019BCD (or 0x019BCD) is known color: Pacific Blue. HEX triplet: 01, 9B and CD. RGB value is (1,155,205). Sum of RGB (Red+Green+Blue) = 1+155+205=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #019BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BCD is #FE6432. Grayscale: #727272. Windows color (decimal): -16671795 or 13474561. OLE color: 13474561.
HSL color Cylindrical-coordinate representation of color #019BCD: hue angle of 194.71º 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 #019BCD is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 155 | 205 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.20 |
| HSL | 194.71º | 0.99% | 0.4% | - |
| HSV(B) | 194.71º | 1% | 0.8% | - |
| XYZ | 22.75 | 27.86 | 61.94 | - |
| YUV | 114.65 | 178.98 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 205 | 1.00 | 0.24 | 0 | 0.20 | 194.71 | 0.99 | 0.4 |
| Hex | 1 | 9B | CD | 64 | 18 | 0 | 14 | C3 | 63 | 28 |
| Octal | 1 | 233 | 315 | 144 | 30 | 0 | 24 | 303 | 143 | 50 |
| Binary | 1 | 10011011 | 11001101 | 1100100 | 11000 | 0 | 10100 | 11000011 | 1100011 | 101000 |
Color Harmonies of #019BCD
Complementary color
Monochromatic Colors of #019BCD
Black with #019BCD
Text Example
Text Example
White with #019BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BCD; }
p { color: rgb(1,155,205); }
H1.HeaderClassName
{
color: #019BCD;
}
.AnyTagClassName
{
color: #019BCD;
}
</style>
background-color css
<style>
a { background-color: #019BCD; }
a { background-color: rgb(1,155,205); }
div.DivClassName
{
background-color: #019BCD;
}
.BgClassName
{
background-color: #019BCD;
}
</style>
border-color css
<style>
span { border-color: #019BCD; }
span { border-color: rgb(1,155,205); }
td.TdClassName
{
border-color: #019BCD;
}
.TagClassName
{
border-color: #019BCD;
}
</style>