Shades of Eastern Blue #12909E
Tints of Eastern Blue #12909E
RGB
CMYK
RGB Variations
Color information
#12909E (or 0x12909E) is known color: Eastern Blue. HEX triplet: 12, 90 and 9E. RGB value is (18,144,158). Sum of RGB (Red+Green+Blue) = 18+144+158=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #12909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12909E is #ED6F61. Grayscale: #6B6B6B. Windows color (decimal): -15560546 or 10391570. OLE color: 10391570.
HSL color Cylindrical-coordinate representation of color #12909E: hue angle of 186º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12909E is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 144 | 158 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.38 |
| HSL | 186º | 0.8% | 0.35% | - |
| HSV(B) | 186º | 0.89% | 0.62% | - |
| XYZ | 16.39 | 22.54 | 35.84 | - |
| YUV | 107.92 | 156.26 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 158 | 0.89 | 0.09 | 0 | 0.38 | 186 | 0.8 | 0.35 |
| Hex | 12 | 90 | 9E | 59 | 9 | 0 | 26 | BA | 50 | 23 |
| Octal | 22 | 220 | 236 | 131 | 11 | 0 | 46 | 272 | 120 | 43 |
| Binary | 10010 | 10010000 | 10011110 | 1011001 | 1001 | 0 | 100110 | 10111010 | 1010000 | 100011 |
Color Harmonies of #12909E
Complementary color
Monochromatic Colors of #12909E
Black with #12909E
Text Example
Text Example
White with #12909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12909E; }
p { color: rgb(18,144,158); }
H1.HeaderClassName
{
color: #12909E;
}
.AnyTagClassName
{
color: #12909E;
}
</style>
background-color css
<style>
a { background-color: #12909E; }
a { background-color: rgb(18,144,158); }
div.DivClassName
{
background-color: #12909E;
}
.BgClassName
{
background-color: #12909E;
}
</style>
border-color css
<style>
span { border-color: #12909E; }
span { border-color: rgb(18,144,158); }
td.TdClassName
{
border-color: #12909E;
}
.TagClassName
{
border-color: #12909E;
}
</style>