Shades of Eastern Blue #1292A6
Tints of Eastern Blue #1292A6
RGB
CMYK
RGB Variations
Color information
#1292A6 (or 0x1292A6) is known color: Eastern Blue. HEX triplet: 12, 92 and A6. RGB value is (18,146,166). Sum of RGB (Red+Green+Blue) = 18+146+166=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #1292A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1292A6 is #ED6D59. Grayscale: #6D6D6D. Windows color (decimal): -15560026 or 10916370. OLE color: 10916370.
HSL color Cylindrical-coordinate representation of color #1292A6: hue angle of 188.11º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1292A6 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 146 | 166 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.35 |
| HSL | 188.11º | 0.8% | 0.36% | - |
| HSV(B) | 188.11º | 0.89% | 0.65% | - |
| XYZ | 17.41 | 23.44 | 39.68 | - |
| YUV | 110.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 166 | 0.89 | 0.12 | 0 | 0.35 | 188.11 | 0.8 | 0.36 |
| Hex | 12 | 92 | A6 | 59 | C | 0 | 23 | BC | 50 | 24 |
| Octal | 22 | 222 | 246 | 131 | 14 | 0 | 43 | 274 | 120 | 44 |
| Binary | 10010 | 10010010 | 10100110 | 1011001 | 1100 | 0 | 100011 | 10111100 | 1010000 | 100100 |
Color Harmonies of #1292A6
Complementary color
Monochromatic Colors of #1292A6
Black with #1292A6
Text Example
Text Example
White with #1292A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1292A6; }
p { color: rgb(18,146,166); }
H1.HeaderClassName
{
color: #1292A6;
}
.AnyTagClassName
{
color: #1292A6;
}
</style>
background-color css
<style>
a { background-color: #1292A6; }
a { background-color: rgb(18,146,166); }
div.DivClassName
{
background-color: #1292A6;
}
.BgClassName
{
background-color: #1292A6;
}
</style>
border-color css
<style>
span { border-color: #1292A6; }
span { border-color: rgb(18,146,166); }
td.TdClassName
{
border-color: #1292A6;
}
.TagClassName
{
border-color: #1292A6;
}
</style>