Shades of Eastern Blue #01849E
Tints of Eastern Blue #01849E
RGB
CMYK
RGB Variations
Color information
#01849E (or 0x01849E) is known color: Eastern Blue. HEX triplet: 01, 84 and 9E. RGB value is (1,132,158). Sum of RGB (Red+Green+Blue) = 1+132+158=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #01849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01849E is #FE7B61. Grayscale: #5F5F5F. Windows color (decimal): -16677730 or 10388481. OLE color: 10388481.
HSL color Cylindrical-coordinate representation of color #01849E: hue angle of 189.94º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01849E is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 132 | 158 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.38 |
| HSL | 189.94º | 0.99% | 0.31% | - |
| HSV(B) | 189.94º | 0.99% | 0.62% | - |
| XYZ | 14.44 | 18.98 | 35.25 | - |
| YUV | 95.8 | 163.1 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 158 | 0.99 | 0.16 | 0 | 0.38 | 189.94 | 0.99 | 0.31 |
| Hex | 1 | 84 | 9E | 63 | 10 | 0 | 26 | BE | 63 | 1F |
| Octal | 1 | 204 | 236 | 143 | 20 | 0 | 46 | 276 | 143 | 37 |
| Binary | 1 | 10000100 | 10011110 | 1100011 | 10000 | 0 | 100110 | 10111110 | 1100011 | 11111 |
Color Harmonies of #01849E
Complementary color
Monochromatic Colors of #01849E
Black with #01849E
Text Example
Text Example
White with #01849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01849E; }
p { color: rgb(1,132,158); }
H1.HeaderClassName
{
color: #01849E;
}
.AnyTagClassName
{
color: #01849E;
}
</style>
background-color css
<style>
a { background-color: #01849E; }
a { background-color: rgb(1,132,158); }
div.DivClassName
{
background-color: #01849E;
}
.BgClassName
{
background-color: #01849E;
}
</style>
border-color css
<style>
span { border-color: #01849E; }
span { border-color: rgb(1,132,158); }
td.TdClassName
{
border-color: #01849E;
}
.TagClassName
{
border-color: #01849E;
}
</style>