Shades of Pacific Blue #019BDF
Tints of Pacific Blue #019BDF
RGB
CMYK
RGB Variations
Color information
#019BDF (or 0x019BDF) is known color: Pacific Blue. HEX triplet: 01, 9B and DF. RGB value is (1,155,223). Sum of RGB (Red+Green+Blue) = 1+155+223=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #019BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BDF is #FE6420. Grayscale: #747474. Windows color (decimal): -16671777 or 14654209. OLE color: 14654209.
HSL color Cylindrical-coordinate representation of color #019BDF: hue angle of 198.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BDF is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 155 | 223 | - |
| CMYK | 1.00 | 0.30 | 0 | 0.13 |
| HSL | 198.38º | 0.99% | 0.44% | - |
| HSV(B) | 198.38º | 1% | 0.87% | - |
| XYZ | 25.05 | 28.78 | 74.05 | - |
| YUV | 116.71 | 187.98 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 223 | 1.00 | 0.30 | 0 | 0.13 | 198.38 | 0.99 | 0.44 |
| Hex | 1 | 9B | DF | 64 | 1E | 0 | D | C6 | 63 | 2C |
| Octal | 1 | 233 | 337 | 144 | 36 | 0 | 15 | 306 | 143 | 54 |
| Binary | 1 | 10011011 | 11011111 | 1100100 | 11110 | 0 | 1101 | 11000110 | 1100011 | 101100 |
Color Harmonies of #019BDF
Complementary color
Monochromatic Colors of #019BDF
Black with #019BDF
Text Example
Text Example
White with #019BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BDF; }
p { color: rgb(1,155,223); }
H1.HeaderClassName
{
color: #019BDF;
}
.AnyTagClassName
{
color: #019BDF;
}
</style>
background-color css
<style>
a { background-color: #019BDF; }
a { background-color: rgb(1,155,223); }
div.DivClassName
{
background-color: #019BDF;
}
.BgClassName
{
background-color: #019BDF;
}
</style>
border-color css
<style>
span { border-color: #019BDF; }
span { border-color: rgb(1,155,223); }
td.TdClassName
{
border-color: #019BDF;
}
.TagClassName
{
border-color: #019BDF;
}
</style>