Shades of Pacific Blue #019BD3
Tints of Pacific Blue #019BD3
RGB
CMYK
RGB Variations
Color information
#019BD3 (or 0x019BD3) is known color: Pacific Blue. HEX triplet: 01, 9B and D3. RGB value is (1,155,211). Sum of RGB (Red+Green+Blue) = 1+155+211=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 211 (82.81% from 255 or 57.49% from 367); Max value from RGB is 211 - color contains mainly: blue. Hex color #019BD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BD3 is #FE642C. Grayscale: #727272. Windows color (decimal): -16671789 or 13867777. OLE color: 13867777.
HSL color Cylindrical-coordinate representation of color #019BD3: hue angle of 196º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BD3 is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 155 | 211 | - |
| CMYK | 1.00 | 0.27 | 0 | 0.17 |
| HSL | 196º | 0.99% | 0.42% | - |
| HSV(B) | 196º | 1% | 0.83% | - |
| XYZ | 23.49 | 28.15 | 65.82 | - |
| YUV | 115.34 | 181.98 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 211 | 1.00 | 0.27 | 0 | 0.17 | 196 | 0.99 | 0.42 |
| Hex | 1 | 9B | D3 | 64 | 1B | 0 | 11 | C4 | 63 | 2A |
| Octal | 1 | 233 | 323 | 144 | 33 | 0 | 21 | 304 | 143 | 52 |
| Binary | 1 | 10011011 | 11010011 | 1100100 | 11011 | 0 | 10001 | 11000100 | 1100011 | 101010 |
Color Harmonies of #019BD3
Complementary color
Monochromatic Colors of #019BD3
Black with #019BD3
Text Example
Text Example
White with #019BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BD3; }
p { color: rgb(1,155,211); }
H1.HeaderClassName
{
color: #019BD3;
}
.AnyTagClassName
{
color: #019BD3;
}
</style>
background-color css
<style>
a { background-color: #019BD3; }
a { background-color: rgb(1,155,211); }
div.DivClassName
{
background-color: #019BD3;
}
.BgClassName
{
background-color: #019BD3;
}
</style>
border-color css
<style>
span { border-color: #019BD3; }
span { border-color: rgb(1,155,211); }
td.TdClassName
{
border-color: #019BD3;
}
.TagClassName
{
border-color: #019BD3;
}
</style>