Shades of Eastern Blue #01819C
Tints of Eastern Blue #01819C
RGB
CMYK
RGB Variations
Color information
#01819C (or 0x01819C) is known color: Eastern Blue. HEX triplet: 01, 81 and 9C. RGB value is (1,129,156). Sum of RGB (Red+Green+Blue) = 1+129+156=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #01819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01819C is #FE7E63. Grayscale: #5D5D5D. Windows color (decimal): -16678500 or 10256641. OLE color: 10256641.
HSL color Cylindrical-coordinate representation of color #01819C: hue angle of 190.45º 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 #01819C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 129 | 156 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.39 |
| HSL | 190.45º | 0.99% | 0.31% | - |
| HSV(B) | 190.45º | 0.99% | 0.61% | - |
| XYZ | 13.86 | 18.11 | 34.22 | - |
| YUV | 93.81 | 163.09 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 156 | 0.99 | 0.17 | 0 | 0.39 | 190.45 | 0.99 | 0.31 |
| Hex | 1 | 81 | 9C | 63 | 11 | 0 | 27 | BE | 63 | 1F |
| Octal | 1 | 201 | 234 | 143 | 21 | 0 | 47 | 276 | 143 | 37 |
| Binary | 1 | 10000001 | 10011100 | 1100011 | 10001 | 0 | 100111 | 10111110 | 1100011 | 11111 |
Color Harmonies of #01819C
Complementary color
Monochromatic Colors of #01819C
Black with #01819C
Text Example
Text Example
White with #01819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01819C; }
p { color: rgb(1,129,156); }
H1.HeaderClassName
{
color: #01819C;
}
.AnyTagClassName
{
color: #01819C;
}
</style>
background-color css
<style>
a { background-color: #01819C; }
a { background-color: rgb(1,129,156); }
div.DivClassName
{
background-color: #01819C;
}
.BgClassName
{
background-color: #01819C;
}
</style>
border-color css
<style>
span { border-color: #01819C; }
span { border-color: rgb(1,129,156); }
td.TdClassName
{
border-color: #01819C;
}
.TagClassName
{
border-color: #01819C;
}
</style>