Shades of Pacific Blue #018BE2
Tints of Pacific Blue #018BE2
RGB
CMYK
RGB Variations
Color information
#018BE2 (or 0x018BE2) is known color: Pacific Blue. HEX triplet: 01, 8B and E2. RGB value is (1,139,226). Sum of RGB (Red+Green+Blue) = 1+139+226=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 226 (88.67% from 255 or 61.75% from 366); Max value from RGB is 226 - color contains mainly: blue. Hex color #018BE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BE2 is #FE741D. Grayscale: #6B6B6B. Windows color (decimal): -16675870 or 14846721. OLE color: 14846721.
HSL color Cylindrical-coordinate representation of color #018BE2: hue angle of 203.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BE2 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 139 | 226 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.11 |
| HSL | 203.2º | 0.99% | 0.45% | - |
| HSV(B) | 203.2º | 1% | 0.89% | - |
| XYZ | 22.97 | 23.96 | 75.37 | - |
| YUV | 107.66 | 194.78 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 226 | 1.00 | 0.38 | 0 | 0.11 | 203.2 | 0.99 | 0.45 |
| Hex | 1 | 8B | E2 | 64 | 26 | 0 | B | CB | 63 | 2D |
| Octal | 1 | 213 | 342 | 144 | 46 | 0 | 13 | 313 | 143 | 55 |
| Binary | 1 | 10001011 | 11100010 | 1100100 | 100110 | 0 | 1011 | 11001011 | 1100011 | 101101 |
Color Harmonies of #018BE2
Complementary color
Monochromatic Colors of #018BE2
Black with #018BE2
Text Example
Text Example
White with #018BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BE2; }
p { color: rgb(1,139,226); }
H1.HeaderClassName
{
color: #018BE2;
}
.AnyTagClassName
{
color: #018BE2;
}
</style>
background-color css
<style>
a { background-color: #018BE2; }
a { background-color: rgb(1,139,226); }
div.DivClassName
{
background-color: #018BE2;
}
.BgClassName
{
background-color: #018BE2;
}
</style>
border-color css
<style>
span { border-color: #018BE2; }
span { border-color: rgb(1,139,226); }
td.TdClassName
{
border-color: #018BE2;
}
.TagClassName
{
border-color: #018BE2;
}
</style>