Shades of Pacific Blue #049EC1
Tints of Pacific Blue #049EC1
RGB
CMYK
RGB Variations
Color information
#049EC1 (or 0x049EC1) is known color: Pacific Blue. HEX triplet: 04, 9E and C1. RGB value is (4,158,193). Sum of RGB (Red+Green+Blue) = 4+158+193=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #049EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049EC1 is #FB613E. Grayscale: #737373. Windows color (decimal): -16474431 or 12688900. OLE color: 12688900.
HSL color Cylindrical-coordinate representation of color #049EC1: hue angle of 191.11º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049EC1 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 158 | 193 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.24 |
| HSL | 191.11º | 0.96% | 0.39% | - |
| HSV(B) | 191.11º | 0.98% | 0.76% | - |
| XYZ | 21.9 | 28.33 | 54.77 | - |
| YUV | 115.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 158 | 193 | 0.98 | 0.18 | 0 | 0.24 | 191.11 | 0.96 | 0.39 |
| Hex | 4 | 9E | C1 | 62 | 12 | 0 | 18 | BF | 60 | 27 |
| Octal | 4 | 236 | 301 | 142 | 22 | 0 | 30 | 277 | 140 | 47 |
| Binary | 100 | 10011110 | 11000001 | 1100010 | 10010 | 0 | 11000 | 10111111 | 1100000 | 100111 |
Color Harmonies of #049EC1
Complementary color
Monochromatic Colors of #049EC1
Black with #049EC1
Text Example
Text Example
White with #049EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049EC1; }
p { color: rgb(4,158,193); }
H1.HeaderClassName
{
color: #049EC1;
}
.AnyTagClassName
{
color: #049EC1;
}
</style>
background-color css
<style>
a { background-color: #049EC1; }
a { background-color: rgb(4,158,193); }
div.DivClassName
{
background-color: #049EC1;
}
.BgClassName
{
background-color: #049EC1;
}
</style>
border-color css
<style>
span { border-color: #049EC1; }
span { border-color: rgb(4,158,193); }
td.TdClassName
{
border-color: #049EC1;
}
.TagClassName
{
border-color: #049EC1;
}
</style>