Shades of Pacific Blue #039EC1
Tints of Pacific Blue #039EC1
RGB
CMYK
RGB Variations
Color information
#039EC1 (or 0x039EC1) is known color: Pacific Blue. HEX triplet: 03, 9E and C1. RGB value is (3,158,193). Sum of RGB (Red+Green+Blue) = 3+158+193=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #039EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EC1 is #FC613E. Grayscale: #737373. Windows color (decimal): -16539967 or 12688899. OLE color: 12688899.
HSL color Cylindrical-coordinate representation of color #039EC1: hue angle of 191.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039EC1 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 158 | 193 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.24 |
| HSL | 191.05º | 0.97% | 0.38% | - |
| HSV(B) | 191.05º | 0.98% | 0.76% | - |
| XYZ | 21.89 | 28.32 | 54.77 | - |
| YUV | 115.65 | 171.65 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 193 | 0.98 | 0.18 | 0 | 0.24 | 191.05 | 0.97 | 0.38 |
| Hex | 3 | 9E | C1 | 62 | 12 | 0 | 18 | BF | 61 | 26 |
| Octal | 3 | 236 | 301 | 142 | 22 | 0 | 30 | 277 | 141 | 46 |
| Binary | 11 | 10011110 | 11000001 | 1100010 | 10010 | 0 | 11000 | 10111111 | 1100001 | 100110 |
Color Harmonies of #039EC1
Complementary color
Monochromatic Colors of #039EC1
Black with #039EC1
Text Example
Text Example
White with #039EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EC1; }
p { color: rgb(3,158,193); }
H1.HeaderClassName
{
color: #039EC1;
}
.AnyTagClassName
{
color: #039EC1;
}
</style>
background-color css
<style>
a { background-color: #039EC1; }
a { background-color: rgb(3,158,193); }
div.DivClassName
{
background-color: #039EC1;
}
.BgClassName
{
background-color: #039EC1;
}
</style>
border-color css
<style>
span { border-color: #039EC1; }
span { border-color: rgb(3,158,193); }
td.TdClassName
{
border-color: #039EC1;
}
.TagClassName
{
border-color: #039EC1;
}
</style>