Shades of Pacific Blue #019BDC
Tints of Pacific Blue #019BDC
RGB
CMYK
RGB Variations
Color information
#019BDC (or 0x019BDC) is known color: Pacific Blue. HEX triplet: 01, 9B and DC. RGB value is (1,155,220). Sum of RGB (Red+Green+Blue) = 1+155+220=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #019BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BDC is #FE6423. Grayscale: #737373. Windows color (decimal): -16671780 or 14457601. OLE color: 14457601.
HSL color Cylindrical-coordinate representation of color #019BDC: hue angle of 197.81º 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 #019BDC is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 155 | 220 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.14 |
| HSL | 197.81º | 0.99% | 0.43% | - |
| HSV(B) | 197.81º | 1% | 0.86% | - |
| XYZ | 24.65 | 28.62 | 71.93 | - |
| YUV | 116.36 | 186.48 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 220 | 1.00 | 0.30 | 0 | 0.14 | 197.81 | 0.99 | 0.43 |
| Hex | 1 | 9B | DC | 64 | 1E | 0 | E | C6 | 63 | 2B |
| Octal | 1 | 233 | 334 | 144 | 36 | 0 | 16 | 306 | 143 | 53 |
| Binary | 1 | 10011011 | 11011100 | 1100100 | 11110 | 0 | 1110 | 11000110 | 1100011 | 101011 |
Color Harmonies of #019BDC
Complementary color
Monochromatic Colors of #019BDC
Black with #019BDC
Text Example
Text Example
White with #019BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BDC; }
p { color: rgb(1,155,220); }
H1.HeaderClassName
{
color: #019BDC;
}
.AnyTagClassName
{
color: #019BDC;
}
</style>
background-color css
<style>
a { background-color: #019BDC; }
a { background-color: rgb(1,155,220); }
div.DivClassName
{
background-color: #019BDC;
}
.BgClassName
{
background-color: #019BDC;
}
</style>
border-color css
<style>
span { border-color: #019BDC; }
span { border-color: rgb(1,155,220); }
td.TdClassName
{
border-color: #019BDC;
}
.TagClassName
{
border-color: #019BDC;
}
</style>