Shades of Eastern Blue #00919C
Tints of Eastern Blue #00919C
RGB
CMYK
RGB Variations
Color information
#00919C (or 0x00919C) is known color: Eastern Blue. HEX triplet: 00, 91 and 9C. RGB value is (0,145,156). Sum of RGB (Red+Green+Blue) = 0+145+156=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #00919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00919C is #FF6E63. Grayscale: #666666. Windows color (decimal): -16739940 or 10260736. OLE color: 10260736.
HSL color Cylindrical-coordinate representation of color #00919C: hue angle of 184.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00919C is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 145 | 156 | - |
| CMYK | 1 | 0.07 | 0 | 0.39 |
| HSL | 184.23º | 1% | 0.31% | - |
| HSV(B) | 184.23º | 1% | 0.61% | - |
| XYZ | 16.13 | 22.65 | 34.97 | - |
| YUV | 102.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 156 | 1 | 0.07 | 0 | 0.39 | 184.23 | 1 | 0.31 |
| Hex | 0 | 91 | 9C | 64 | 7 | 0 | 27 | B8 | 64 | 1F |
| Octal | 0 | 221 | 234 | 144 | 7 | 0 | 47 | 270 | 144 | 37 |
| Binary | 0 | 10010001 | 10011100 | 1100100 | 111 | 0 | 100111 | 10111000 | 1100100 | 11111 |
Color Harmonies of #00919C
Complementary color
Monochromatic Colors of #00919C
Black with #00919C
Text Example
Text Example
White with #00919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00919C; }
p { color: rgb(0,145,156); }
H1.HeaderClassName
{
color: #00919C;
}
.AnyTagClassName
{
color: #00919C;
}
</style>
background-color css
<style>
a { background-color: #00919C; }
a { background-color: rgb(0,145,156); }
div.DivClassName
{
background-color: #00919C;
}
.BgClassName
{
background-color: #00919C;
}
</style>
border-color css
<style>
span { border-color: #00919C; }
span { border-color: rgb(0,145,156); }
td.TdClassName
{
border-color: #00919C;
}
.TagClassName
{
border-color: #00919C;
}
</style>