Shades of Eastern Blue #10959F
Tints of Eastern Blue #10959F
RGB
CMYK
RGB Variations
Color information
#10959F (or 0x10959F) is known color: Eastern Blue. HEX triplet: 10, 95 and 9F. RGB value is (16,149,159). Sum of RGB (Red+Green+Blue) = 16+149+159=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #10959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10959F is #EF6A60. Grayscale: #6E6E6E. Windows color (decimal): -15690337 or 10458384. OLE color: 10458384.
HSL color Cylindrical-coordinate representation of color #10959F: hue angle of 184.2º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10959F is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 149 | 159 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.38 |
| HSL | 184.2º | 0.82% | 0.34% | - |
| HSV(B) | 184.2º | 0.9% | 0.62% | - |
| XYZ | 17.22 | 24.11 | 36.55 | - |
| YUV | 110.37 | 155.44 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 159 | 0.90 | 0.06 | 0 | 0.38 | 184.2 | 0.82 | 0.34 |
| Hex | 10 | 95 | 9F | 5A | 6 | 0 | 26 | B8 | 52 | 22 |
| Octal | 20 | 225 | 237 | 132 | 6 | 0 | 46 | 270 | 122 | 42 |
| Binary | 10000 | 10010101 | 10011111 | 1011010 | 110 | 0 | 100110 | 10111000 | 1010010 | 100010 |
Color Harmonies of #10959F
Complementary color
Monochromatic Colors of #10959F
Black with #10959F
Text Example
Text Example
White with #10959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10959F; }
p { color: rgb(16,149,159); }
H1.HeaderClassName
{
color: #10959F;
}
.AnyTagClassName
{
color: #10959F;
}
</style>
background-color css
<style>
a { background-color: #10959F; }
a { background-color: rgb(16,149,159); }
div.DivClassName
{
background-color: #10959F;
}
.BgClassName
{
background-color: #10959F;
}
</style>
border-color css
<style>
span { border-color: #10959F; }
span { border-color: rgb(16,149,159); }
td.TdClassName
{
border-color: #10959F;
}
.TagClassName
{
border-color: #10959F;
}
</style>