Shades of Eastern Blue #10919A
Tints of Eastern Blue #10919A
RGB
CMYK
RGB Variations
Color information
#10919A (or 0x10919A) is known color: Eastern Blue. HEX triplet: 10, 91 and 9A. RGB value is (16,145,154). Sum of RGB (Red+Green+Blue) = 16+145+154=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #10919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10919A is #EF6E65. Grayscale: #6B6B6B. Windows color (decimal): -15691366 or 10129680. OLE color: 10129680.
HSL color Cylindrical-coordinate representation of color #10919A: hue angle of 183.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10919A is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 145 | 154 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.40 |
| HSL | 183.91º | 0.81% | 0.33% | - |
| HSV(B) | 183.91º | 0.9% | 0.6% | - |
| XYZ | 16.17 | 22.69 | 34.1 | - |
| YUV | 107.46 | 154.26 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 154 | 0.90 | 0.06 | 0 | 0.40 | 183.91 | 0.81 | 0.33 |
| Hex | 10 | 91 | 9A | 5A | 6 | 0 | 28 | B8 | 51 | 21 |
| Octal | 20 | 221 | 232 | 132 | 6 | 0 | 50 | 270 | 121 | 41 |
| Binary | 10000 | 10010001 | 10011010 | 1011010 | 110 | 0 | 101000 | 10111000 | 1010001 | 100001 |
Color Harmonies of #10919A
Complementary color
Monochromatic Colors of #10919A
Black with #10919A
Text Example
Text Example
White with #10919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10919A; }
p { color: rgb(16,145,154); }
H1.HeaderClassName
{
color: #10919A;
}
.AnyTagClassName
{
color: #10919A;
}
</style>
background-color css
<style>
a { background-color: #10919A; }
a { background-color: rgb(16,145,154); }
div.DivClassName
{
background-color: #10919A;
}
.BgClassName
{
background-color: #10919A;
}
</style>
border-color css
<style>
span { border-color: #10919A; }
span { border-color: rgb(16,145,154); }
td.TdClassName
{
border-color: #10919A;
}
.TagClassName
{
border-color: #10919A;
}
</style>