Shades of Eastern Blue #01919F
Tints of Eastern Blue #01919F
RGB
CMYK
RGB Variations
Color information
#01919F (or 0x01919F) is known color: Eastern Blue. HEX triplet: 01, 91 and 9F. RGB value is (1,145,159). Sum of RGB (Red+Green+Blue) = 1+145+159=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #01919F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01919F is #FE6E60. Grayscale: #676767. Windows color (decimal): -16674401 or 10457345. OLE color: 10457345.
HSL color Cylindrical-coordinate representation of color #01919F: hue angle of 185.32º 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 #01919F is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 145 | 159 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.38 |
| HSL | 185.32º | 0.99% | 0.31% | - |
| HSV(B) | 185.32º | 0.99% | 0.62% | - |
| XYZ | 16.4 | 22.76 | 36.33 | - |
| YUV | 103.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 159 | 0.99 | 0.09 | 0 | 0.38 | 185.32 | 0.99 | 0.31 |
| Hex | 1 | 91 | 9F | 63 | 9 | 0 | 26 | B9 | 63 | 1F |
| Octal | 1 | 221 | 237 | 143 | 11 | 0 | 46 | 271 | 143 | 37 |
| Binary | 1 | 10010001 | 10011111 | 1100011 | 1001 | 0 | 100110 | 10111001 | 1100011 | 11111 |
Color Harmonies of #01919F
Complementary color
Monochromatic Colors of #01919F
Black with #01919F
Text Example
Text Example
White with #01919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01919F; }
p { color: rgb(1,145,159); }
H1.HeaderClassName
{
color: #01919F;
}
.AnyTagClassName
{
color: #01919F;
}
</style>
background-color css
<style>
a { background-color: #01919F; }
a { background-color: rgb(1,145,159); }
div.DivClassName
{
background-color: #01919F;
}
.BgClassName
{
background-color: #01919F;
}
</style>
border-color css
<style>
span { border-color: #01919F; }
span { border-color: rgb(1,145,159); }
td.TdClassName
{
border-color: #01919F;
}
.TagClassName
{
border-color: #01919F;
}
</style>