Shades of Eastern Blue #01819D
Tints of Eastern Blue #01819D
RGB
CMYK
RGB Variations
Color information
#01819D (or 0x01819D) is known color: Eastern Blue. HEX triplet: 01, 81 and 9D. RGB value is (1,129,157). Sum of RGB (Red+Green+Blue) = 1+129+157=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #01819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01819D is #FE7E62. Grayscale: #5D5D5D. Windows color (decimal): -16678499 or 10322177. OLE color: 10322177.
HSL color Cylindrical-coordinate representation of color #01819D: hue angle of 190.77º 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 #01819D is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 129 | 157 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.38 |
| HSL | 190.77º | 0.99% | 0.31% | - |
| HSV(B) | 190.77º | 0.99% | 0.62% | - |
| XYZ | 13.95 | 18.14 | 34.66 | - |
| YUV | 93.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 157 | 0.99 | 0.18 | 0 | 0.38 | 190.77 | 0.99 | 0.31 |
| Hex | 1 | 81 | 9D | 63 | 12 | 0 | 26 | BF | 63 | 1F |
| Octal | 1 | 201 | 235 | 143 | 22 | 0 | 46 | 277 | 143 | 37 |
| Binary | 1 | 10000001 | 10011101 | 1100011 | 10010 | 0 | 100110 | 10111111 | 1100011 | 11111 |
Color Harmonies of #01819D
Complementary color
Monochromatic Colors of #01819D
Black with #01819D
Text Example
Text Example
White with #01819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01819D; }
p { color: rgb(1,129,157); }
H1.HeaderClassName
{
color: #01819D;
}
.AnyTagClassName
{
color: #01819D;
}
</style>
background-color css
<style>
a { background-color: #01819D; }
a { background-color: rgb(1,129,157); }
div.DivClassName
{
background-color: #01819D;
}
.BgClassName
{
background-color: #01819D;
}
</style>
border-color css
<style>
span { border-color: #01819D; }
span { border-color: rgb(1,129,157); }
td.TdClassName
{
border-color: #01819D;
}
.TagClassName
{
border-color: #01819D;
}
</style>