Shades of Pacific Blue #018BE0
Tints of Pacific Blue #018BE0
RGB
CMYK
RGB Variations
Color information
#018BE0 (or 0x018BE0) is known color: Pacific Blue. HEX triplet: 01, 8B and E0. RGB value is (1,139,224). Sum of RGB (Red+Green+Blue) = 1+139+224=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #018BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BE0 is #FE741F. Grayscale: #6A6A6A. Windows color (decimal): -16675872 or 14715649. OLE color: 14715649.
HSL color Cylindrical-coordinate representation of color #018BE0: hue angle of 202.87º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018BE0 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 139 | 224 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.12 |
| HSL | 202.87º | 0.99% | 0.44% | - |
| HSV(B) | 202.87º | 1% | 0.88% | - |
| XYZ | 22.7 | 23.85 | 73.93 | - |
| YUV | 107.43 | 193.78 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 224 | 1.00 | 0.38 | 0 | 0.12 | 202.87 | 0.99 | 0.44 |
| Hex | 1 | 8B | E0 | 64 | 26 | 0 | C | CB | 63 | 2C |
| Octal | 1 | 213 | 340 | 144 | 46 | 0 | 14 | 313 | 143 | 54 |
| Binary | 1 | 10001011 | 11100000 | 1100100 | 100110 | 0 | 1100 | 11001011 | 1100011 | 101100 |
Color Harmonies of #018BE0
Complementary color
Monochromatic Colors of #018BE0
Black with #018BE0
Text Example
Text Example
White with #018BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BE0; }
p { color: rgb(1,139,224); }
H1.HeaderClassName
{
color: #018BE0;
}
.AnyTagClassName
{
color: #018BE0;
}
</style>
background-color css
<style>
a { background-color: #018BE0; }
a { background-color: rgb(1,139,224); }
div.DivClassName
{
background-color: #018BE0;
}
.BgClassName
{
background-color: #018BE0;
}
</style>
border-color css
<style>
span { border-color: #018BE0; }
span { border-color: rgb(1,139,224); }
td.TdClassName
{
border-color: #018BE0;
}
.TagClassName
{
border-color: #018BE0;
}
</style>