Shades of Pacific Blue #019EBB
Tints of Pacific Blue #019EBB
RGB
CMYK
RGB Variations
Color information
#019EBB (or 0x019EBB) is known color: Pacific Blue. HEX triplet: 01, 9E and BB. RGB value is (1,158,187). Sum of RGB (Red+Green+Blue) = 1+158+187=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #019EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EBB is #FE6144. Grayscale: #727272. Windows color (decimal): -16671045 or 12295681. OLE color: 12295681.
HSL color Cylindrical-coordinate representation of color #019EBB: hue angle of 189.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EBB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 158 | 187 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.27 |
| HSL | 189.35º | 0.99% | 0.37% | - |
| HSV(B) | 189.35º | 0.99% | 0.73% | - |
| XYZ | 21.21 | 28.05 | 51.31 | - |
| YUV | 114.36 | 168.99 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 187 | 0.99 | 0.16 | 0 | 0.27 | 189.35 | 0.99 | 0.37 |
| Hex | 1 | 9E | BB | 63 | 10 | 0 | 1B | BD | 63 | 25 |
| Octal | 1 | 236 | 273 | 143 | 20 | 0 | 33 | 275 | 143 | 45 |
| Binary | 1 | 10011110 | 10111011 | 1100011 | 10000 | 0 | 11011 | 10111101 | 1100011 | 100101 |
Color Harmonies of #019EBB
Complementary color
Monochromatic Colors of #019EBB
Black with #019EBB
Text Example
Text Example
White with #019EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EBB; }
p { color: rgb(1,158,187); }
H1.HeaderClassName
{
color: #019EBB;
}
.AnyTagClassName
{
color: #019EBB;
}
</style>
background-color css
<style>
a { background-color: #019EBB; }
a { background-color: rgb(1,158,187); }
div.DivClassName
{
background-color: #019EBB;
}
.BgClassName
{
background-color: #019EBB;
}
</style>
border-color css
<style>
span { border-color: #019EBB; }
span { border-color: rgb(1,158,187); }
td.TdClassName
{
border-color: #019EBB;
}
.TagClassName
{
border-color: #019EBB;
}
</style>