Shades of Eastern Blue #018CA7
Tints of Eastern Blue #018CA7
RGB
CMYK
RGB Variations
Color information
#018CA7 (or 0x018CA7) is known color: Eastern Blue. HEX triplet: 01, 8C and A7. RGB value is (1,140,167). Sum of RGB (Red+Green+Blue) = 1+140+167=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 167 (65.62% from 255 or 54.22% from 308); Max value from RGB is 167 - color contains mainly: blue. Hex color #018CA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CA7 is #FE7358. Grayscale: #656565. Windows color (decimal): -16675673 or 10980353. OLE color: 10980353.
HSL color Cylindrical-coordinate representation of color #018CA7: hue angle of 189.76º 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 #018CA7 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 140 | 167 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.35 |
| HSL | 189.76º | 0.99% | 0.33% | - |
| HSV(B) | 189.76º | 0.99% | 0.65% | - |
| XYZ | 16.37 | 21.55 | 39.86 | - |
| YUV | 101.52 | 164.95 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 167 | 0.99 | 0.16 | 0 | 0.35 | 189.76 | 0.99 | 0.33 |
| Hex | 1 | 8C | A7 | 63 | 10 | 0 | 23 | BE | 63 | 21 |
| Octal | 1 | 214 | 247 | 143 | 20 | 0 | 43 | 276 | 143 | 41 |
| Binary | 1 | 10001100 | 10100111 | 1100011 | 10000 | 0 | 100011 | 10111110 | 1100011 | 100001 |
Color Harmonies of #018CA7
Complementary color
Monochromatic Colors of #018CA7
Black with #018CA7
Text Example
Text Example
White with #018CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CA7; }
p { color: rgb(1,140,167); }
H1.HeaderClassName
{
color: #018CA7;
}
.AnyTagClassName
{
color: #018CA7;
}
</style>
background-color css
<style>
a { background-color: #018CA7; }
a { background-color: rgb(1,140,167); }
div.DivClassName
{
background-color: #018CA7;
}
.BgClassName
{
background-color: #018CA7;
}
</style>
border-color css
<style>
span { border-color: #018CA7; }
span { border-color: rgb(1,140,167); }
td.TdClassName
{
border-color: #018CA7;
}
.TagClassName
{
border-color: #018CA7;
}
</style>