Shades of Pacific Blue #018EC7
Tints of Pacific Blue #018EC7
RGB
CMYK
RGB Variations
Color information
#018EC7 (or 0x018EC7) is known color: Pacific Blue. HEX triplet: 01, 8E and C7. RGB value is (1,142,199). Sum of RGB (Red+Green+Blue) = 1+142+199=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #018EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018EC7 is #FE7138. Grayscale: #696969. Windows color (decimal): -16675129 or 13078017. OLE color: 13078017.
HSL color Cylindrical-coordinate representation of color #018EC7: hue angle of 197.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EC7 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 142 | 199 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.22 |
| HSL | 197.27º | 0.99% | 0.39% | - |
| HSV(B) | 197.27º | 0.99% | 0.78% | - |
| XYZ | 19.99 | 23.48 | 57.51 | - |
| YUV | 106.34 | 180.29 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 199 | 0.99 | 0.29 | 0 | 0.22 | 197.27 | 0.99 | 0.39 |
| Hex | 1 | 8E | C7 | 63 | 1D | 0 | 16 | C5 | 63 | 27 |
| Octal | 1 | 216 | 307 | 143 | 35 | 0 | 26 | 305 | 143 | 47 |
| Binary | 1 | 10001110 | 11000111 | 1100011 | 11101 | 0 | 10110 | 11000101 | 1100011 | 100111 |
Color Harmonies of #018EC7
Complementary color
Monochromatic Colors of #018EC7
Black with #018EC7
Text Example
Text Example
White with #018EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EC7; }
p { color: rgb(1,142,199); }
H1.HeaderClassName
{
color: #018EC7;
}
.AnyTagClassName
{
color: #018EC7;
}
</style>
background-color css
<style>
a { background-color: #018EC7; }
a { background-color: rgb(1,142,199); }
div.DivClassName
{
background-color: #018EC7;
}
.BgClassName
{
background-color: #018EC7;
}
</style>
border-color css
<style>
span { border-color: #018EC7; }
span { border-color: rgb(1,142,199); }
td.TdClassName
{
border-color: #018EC7;
}
.TagClassName
{
border-color: #018EC7;
}
</style>