Shades of Pacific Blue #019BE8
Tints of Pacific Blue #019BE8
RGB
CMYK
RGB Variations
Color information
#019BE8 (or 0x019BE8) is known color: Pacific Blue. HEX triplet: 01, 9B and E8. RGB value is (1,155,232). Sum of RGB (Red+Green+Blue) = 1+155+232=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #019BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BE8 is #FE6417. Grayscale: #757575. Windows color (decimal): -16671768 or 15244033. OLE color: 15244033.
HSL color Cylindrical-coordinate representation of color #019BE8: hue angle of 200º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BE8 is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 155 | 232 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.09 |
| HSL | 200º | 0.99% | 0.46% | - |
| HSV(B) | 200º | 1% | 0.91% | - |
| XYZ | 26.3 | 29.28 | 80.61 | - |
| YUV | 117.73 | 192.48 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 232 | 1.00 | 0.33 | 0 | 0.09 | 200 | 0.99 | 0.46 |
| Hex | 1 | 9B | E8 | 64 | 21 | 0 | 9 | C8 | 63 | 2E |
| Octal | 1 | 233 | 350 | 144 | 41 | 0 | 11 | 310 | 143 | 56 |
| Binary | 1 | 10011011 | 11101000 | 1100100 | 100001 | 0 | 1001 | 11001000 | 1100011 | 101110 |
Color Harmonies of #019BE8
Complementary color
Monochromatic Colors of #019BE8
Black with #019BE8
Text Example
Text Example
White with #019BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BE8; }
p { color: rgb(1,155,232); }
H1.HeaderClassName
{
color: #019BE8;
}
.AnyTagClassName
{
color: #019BE8;
}
</style>
background-color css
<style>
a { background-color: #019BE8; }
a { background-color: rgb(1,155,232); }
div.DivClassName
{
background-color: #019BE8;
}
.BgClassName
{
background-color: #019BE8;
}
</style>
border-color css
<style>
span { border-color: #019BE8; }
span { border-color: rgb(1,155,232); }
td.TdClassName
{
border-color: #019BE8;
}
.TagClassName
{
border-color: #019BE8;
}
</style>