Shades of Eastern Blue #01919C
Tints of Eastern Blue #01919C
RGB
CMYK
RGB Variations
Color information
#01919C (or 0x01919C) is known color: Eastern Blue. HEX triplet: 01, 91 and 9C. RGB value is (1,145,156). Sum of RGB (Red+Green+Blue) = 1+145+156=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #01919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01919C is #FE6E63. Grayscale: #676767. Windows color (decimal): -16674404 or 10260737. OLE color: 10260737.
HSL color Cylindrical-coordinate representation of color #01919C: hue angle of 184.26º 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 #01919C is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 145 | 156 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.39 |
| HSL | 184.26º | 0.99% | 0.31% | - |
| HSV(B) | 184.26º | 0.99% | 0.61% | - |
| XYZ | 16.14 | 22.66 | 34.98 | - |
| YUV | 103.2 | 157.79 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 156 | 0.99 | 0.07 | 0 | 0.39 | 184.26 | 0.99 | 0.31 |
| Hex | 1 | 91 | 9C | 63 | 7 | 0 | 27 | B8 | 63 | 1F |
| Octal | 1 | 221 | 234 | 143 | 7 | 0 | 47 | 270 | 143 | 37 |
| Binary | 1 | 10010001 | 10011100 | 1100011 | 111 | 0 | 100111 | 10111000 | 1100011 | 11111 |
Color Harmonies of #01919C
Complementary color
Monochromatic Colors of #01919C
Black with #01919C
Text Example
Text Example
White with #01919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01919C; }
p { color: rgb(1,145,156); }
H1.HeaderClassName
{
color: #01919C;
}
.AnyTagClassName
{
color: #01919C;
}
</style>
background-color css
<style>
a { background-color: #01919C; }
a { background-color: rgb(1,145,156); }
div.DivClassName
{
background-color: #01919C;
}
.BgClassName
{
background-color: #01919C;
}
</style>
border-color css
<style>
span { border-color: #01919C; }
span { border-color: rgb(1,145,156); }
td.TdClassName
{
border-color: #01919C;
}
.TagClassName
{
border-color: #01919C;
}
</style>