Shades of Eastern Blue #018AA7
Tints of Eastern Blue #018AA7
RGB
CMYK
RGB Variations
Color information
#018AA7 (or 0x018AA7) is known color: Eastern Blue. HEX triplet: 01, 8A and A7. RGB value is (1,138,167). Sum of RGB (Red+Green+Blue) = 1+138+167=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 167 (65.62% from 255 or 54.58% from 306); Max value from RGB is 167 - color contains mainly: blue. Hex color #018AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AA7 is #FE7558. Grayscale: #646464. Windows color (decimal): -16676185 or 10979841. OLE color: 10979841.
HSL color Cylindrical-coordinate representation of color #018AA7: hue angle of 190.48º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AA7 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 138 | 167 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.35 |
| HSL | 190.48º | 0.99% | 0.33% | - |
| HSV(B) | 190.48º | 0.99% | 0.65% | - |
| XYZ | 16.08 | 20.97 | 39.76 | - |
| YUV | 100.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 167 | 0.99 | 0.17 | 0 | 0.35 | 190.48 | 0.99 | 0.33 |
| Hex | 1 | 8A | A7 | 63 | 11 | 0 | 23 | BE | 63 | 21 |
| Octal | 1 | 212 | 247 | 143 | 21 | 0 | 43 | 276 | 143 | 41 |
| Binary | 1 | 10001010 | 10100111 | 1100011 | 10001 | 0 | 100011 | 10111110 | 1100011 | 100001 |
Color Harmonies of #018AA7
Complementary color
Monochromatic Colors of #018AA7
Black with #018AA7
Text Example
Text Example
White with #018AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AA7; }
p { color: rgb(1,138,167); }
H1.HeaderClassName
{
color: #018AA7;
}
.AnyTagClassName
{
color: #018AA7;
}
</style>
background-color css
<style>
a { background-color: #018AA7; }
a { background-color: rgb(1,138,167); }
div.DivClassName
{
background-color: #018AA7;
}
.BgClassName
{
background-color: #018AA7;
}
</style>
border-color css
<style>
span { border-color: #018AA7; }
span { border-color: rgb(1,138,167); }
td.TdClassName
{
border-color: #018AA7;
}
.TagClassName
{
border-color: #018AA7;
}
</style>