Shades of Eastern Blue #0185A5
Tints of Eastern Blue #0185A5
RGB
CMYK
RGB Variations
Color information
#0185A5 (or 0x0185A5) is known color: Eastern Blue. HEX triplet: 01, 85 and A5. RGB value is (1,133,165). Sum of RGB (Red+Green+Blue) = 1+133+165=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #0185A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0185A5 is #FE7A5A. Grayscale: #606060. Windows color (decimal): -16677467 or 10847489. OLE color: 10847489.
HSL color Cylindrical-coordinate representation of color #0185A5: hue angle of 191.71º 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 #0185A5 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 133 | 165 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.35 |
| HSL | 191.71º | 0.99% | 0.33% | - |
| HSV(B) | 191.71º | 0.99% | 0.65% | - |
| XYZ | 15.19 | 19.5 | 38.56 | - |
| YUV | 97.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 165 | 0.99 | 0.19 | 0 | 0.35 | 191.71 | 0.99 | 0.33 |
| Hex | 1 | 85 | A5 | 63 | 13 | 0 | 23 | C0 | 63 | 21 |
| Octal | 1 | 205 | 245 | 143 | 23 | 0 | 43 | 300 | 143 | 41 |
| Binary | 1 | 10000101 | 10100101 | 1100011 | 10011 | 0 | 100011 | 11000000 | 1100011 | 100001 |
Color Harmonies of #0185A5
Complementary color
Monochromatic Colors of #0185A5
Black with #0185A5
Text Example
Text Example
White with #0185A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0185A5; }
p { color: rgb(1,133,165); }
H1.HeaderClassName
{
color: #0185A5;
}
.AnyTagClassName
{
color: #0185A5;
}
</style>
background-color css
<style>
a { background-color: #0185A5; }
a { background-color: rgb(1,133,165); }
div.DivClassName
{
background-color: #0185A5;
}
.BgClassName
{
background-color: #0185A5;
}
</style>
border-color css
<style>
span { border-color: #0185A5; }
span { border-color: rgb(1,133,165); }
td.TdClassName
{
border-color: #0185A5;
}
.TagClassName
{
border-color: #0185A5;
}
</style>