Shades of Pacific Blue #018ADA
Tints of Pacific Blue #018ADA
RGB
CMYK
RGB Variations
Color information
#018ADA (or 0x018ADA) is known color: Pacific Blue. HEX triplet: 01, 8A and DA. RGB value is (1,138,218). Sum of RGB (Red+Green+Blue) = 1+138+218=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #018ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ADA is #FE7525. Grayscale: #696969. Windows color (decimal): -16676134 or 14322177. OLE color: 14322177.
HSL color Cylindrical-coordinate representation of color #018ADA: hue angle of 202.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ADA is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 138 | 218 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.15 |
| HSL | 202.12º | 0.99% | 0.43% | - |
| HSV(B) | 202.12º | 1% | 0.85% | - |
| XYZ | 21.76 | 23.25 | 69.67 | - |
| YUV | 106.16 | 191.11 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 218 | 1.00 | 0.37 | 0 | 0.15 | 202.12 | 0.99 | 0.43 |
| Hex | 1 | 8A | DA | 64 | 25 | 0 | F | CA | 63 | 2B |
| Octal | 1 | 212 | 332 | 144 | 45 | 0 | 17 | 312 | 143 | 53 |
| Binary | 1 | 10001010 | 11011010 | 1100100 | 100101 | 0 | 1111 | 11001010 | 1100011 | 101011 |
Color Harmonies of #018ADA
Complementary color
Monochromatic Colors of #018ADA
Black with #018ADA
Text Example
Text Example
White with #018ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ADA; }
p { color: rgb(1,138,218); }
H1.HeaderClassName
{
color: #018ADA;
}
.AnyTagClassName
{
color: #018ADA;
}
</style>
background-color css
<style>
a { background-color: #018ADA; }
a { background-color: rgb(1,138,218); }
div.DivClassName
{
background-color: #018ADA;
}
.BgClassName
{
background-color: #018ADA;
}
</style>
border-color css
<style>
span { border-color: #018ADA; }
span { border-color: rgb(1,138,218); }
td.TdClassName
{
border-color: #018ADA;
}
.TagClassName
{
border-color: #018ADA;
}
</style>