Shades of Pacific Blue #019ECB
Tints of Pacific Blue #019ECB
RGB
CMYK
RGB Variations
Color information
#019ECB (or 0x019ECB) is known color: Pacific Blue. HEX triplet: 01, 9E and CB. RGB value is (1,158,203). Sum of RGB (Red+Green+Blue) = 1+158+203=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #019ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ECB is #FE6134. Grayscale: #737373. Windows color (decimal): -16671029 or 13344257. OLE color: 13344257.
HSL color Cylindrical-coordinate representation of color #019ECB: hue angle of 193.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ECB is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 158 | 203 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.20 |
| HSL | 193.37º | 0.99% | 0.4% | - |
| HSV(B) | 193.37º | 1% | 0.8% | - |
| XYZ | 23.02 | 28.77 | 60.84 | - |
| YUV | 116.19 | 176.99 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 203 | 1.00 | 0.22 | 0 | 0.20 | 193.37 | 0.99 | 0.4 |
| Hex | 1 | 9E | CB | 64 | 16 | 0 | 14 | C1 | 63 | 28 |
| Octal | 1 | 236 | 313 | 144 | 26 | 0 | 24 | 301 | 143 | 50 |
| Binary | 1 | 10011110 | 11001011 | 1100100 | 10110 | 0 | 10100 | 11000001 | 1100011 | 101000 |
Color Harmonies of #019ECB
Complementary color
Monochromatic Colors of #019ECB
Black with #019ECB
Text Example
Text Example
White with #019ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ECB; }
p { color: rgb(1,158,203); }
H1.HeaderClassName
{
color: #019ECB;
}
.AnyTagClassName
{
color: #019ECB;
}
</style>
background-color css
<style>
a { background-color: #019ECB; }
a { background-color: rgb(1,158,203); }
div.DivClassName
{
background-color: #019ECB;
}
.BgClassName
{
background-color: #019ECB;
}
</style>
border-color css
<style>
span { border-color: #019ECB; }
span { border-color: rgb(1,158,203); }
td.TdClassName
{
border-color: #019ECB;
}
.TagClassName
{
border-color: #019ECB;
}
</style>