Shades of Eastern Blue #01819F
Tints of Eastern Blue #01819F
RGB
CMYK
RGB Variations
Color information
#01819F (or 0x01819F) is known color: Eastern Blue. HEX triplet: 01, 81 and 9F. RGB value is (1,129,159). Sum of RGB (Red+Green+Blue) = 1+129+159=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #01819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01819F is #FE7E60. Grayscale: #5D5D5D. Windows color (decimal): -16678497 or 10453249. OLE color: 10453249.
HSL color Cylindrical-coordinate representation of color #01819F: hue angle of 191.39º 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 #01819F is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 129 | 159 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.38 |
| HSL | 191.39º | 0.99% | 0.31% | - |
| HSV(B) | 191.39º | 0.99% | 0.62% | - |
| XYZ | 14.12 | 18.21 | 35.57 | - |
| YUV | 94.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 159 | 0.99 | 0.19 | 0 | 0.38 | 191.39 | 0.99 | 0.31 |
| Hex | 1 | 81 | 9F | 63 | 13 | 0 | 26 | BF | 63 | 1F |
| Octal | 1 | 201 | 237 | 143 | 23 | 0 | 46 | 277 | 143 | 37 |
| Binary | 1 | 10000001 | 10011111 | 1100011 | 10011 | 0 | 100110 | 10111111 | 1100011 | 11111 |
Color Harmonies of #01819F
Complementary color
Monochromatic Colors of #01819F
Black with #01819F
Text Example
Text Example
White with #01819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01819F; }
p { color: rgb(1,129,159); }
H1.HeaderClassName
{
color: #01819F;
}
.AnyTagClassName
{
color: #01819F;
}
</style>
background-color css
<style>
a { background-color: #01819F; }
a { background-color: rgb(1,129,159); }
div.DivClassName
{
background-color: #01819F;
}
.BgClassName
{
background-color: #01819F;
}
</style>
border-color css
<style>
span { border-color: #01819F; }
span { border-color: rgb(1,129,159); }
td.TdClassName
{
border-color: #01819F;
}
.TagClassName
{
border-color: #01819F;
}
</style>