Shades of Eastern Blue #01849B
Tints of Eastern Blue #01849B
RGB
CMYK
RGB Variations
Color information
#01849B (or 0x01849B) is known color: Eastern Blue. HEX triplet: 01, 84 and 9B. RGB value is (1,132,155). Sum of RGB (Red+Green+Blue) = 1+132+155=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #01849B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01849B is #FE7B64. Grayscale: #5F5F5F. Windows color (decimal): -16677733 or 10191873. OLE color: 10191873.
HSL color Cylindrical-coordinate representation of color #01849B: hue angle of 188.96º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01849B is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 132 | 155 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.39 |
| HSL | 188.96º | 0.99% | 0.31% | - |
| HSV(B) | 188.96º | 0.99% | 0.61% | - |
| XYZ | 14.18 | 18.88 | 33.91 | - |
| YUV | 95.45 | 161.6 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 155 | 0.99 | 0.15 | 0 | 0.39 | 188.96 | 0.99 | 0.31 |
| Hex | 1 | 84 | 9B | 63 | F | 0 | 27 | BD | 63 | 1F |
| Octal | 1 | 204 | 233 | 143 | 17 | 0 | 47 | 275 | 143 | 37 |
| Binary | 1 | 10000100 | 10011011 | 1100011 | 1111 | 0 | 100111 | 10111101 | 1100011 | 11111 |
Color Harmonies of #01849B
Complementary color
Monochromatic Colors of #01849B
Black with #01849B
Text Example
Text Example
White with #01849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01849B; }
p { color: rgb(1,132,155); }
H1.HeaderClassName
{
color: #01849B;
}
.AnyTagClassName
{
color: #01849B;
}
</style>
background-color css
<style>
a { background-color: #01849B; }
a { background-color: rgb(1,132,155); }
div.DivClassName
{
background-color: #01849B;
}
.BgClassName
{
background-color: #01849B;
}
</style>
border-color css
<style>
span { border-color: #01849B; }
span { border-color: rgb(1,132,155); }
td.TdClassName
{
border-color: #01849B;
}
.TagClassName
{
border-color: #01849B;
}
</style>