Shades of Eastern Blue #12909C
Tints of Eastern Blue #12909C
RGB
CMYK
RGB Variations
Color information
#12909C (or 0x12909C) is known color: Eastern Blue. HEX triplet: 12, 90 and 9C. RGB value is (18,144,156). Sum of RGB (Red+Green+Blue) = 18+144+156=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #12909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12909C is #ED6F63. Grayscale: #6B6B6B. Windows color (decimal): -15560548 or 10260498. OLE color: 10260498.
HSL color Cylindrical-coordinate representation of color #12909C: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12909C is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 144 | 156 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.39 |
| HSL | 185.22º | 0.79% | 0.34% | - |
| HSV(B) | 185.22º | 0.88% | 0.61% | - |
| XYZ | 16.22 | 22.48 | 34.94 | - |
| YUV | 107.69 | 155.26 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 156 | 0.88 | 0.08 | 0 | 0.39 | 185.22 | 0.79 | 0.34 |
| Hex | 12 | 90 | 9C | 58 | 8 | 0 | 27 | B9 | 4F | 22 |
| Octal | 22 | 220 | 234 | 130 | 10 | 0 | 47 | 271 | 117 | 42 |
| Binary | 10010 | 10010000 | 10011100 | 1011000 | 1000 | 0 | 100111 | 10111001 | 1001111 | 100010 |
Color Harmonies of #12909C
Complementary color
Monochromatic Colors of #12909C
Black with #12909C
Text Example
Text Example
White with #12909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12909C; }
p { color: rgb(18,144,156); }
H1.HeaderClassName
{
color: #12909C;
}
.AnyTagClassName
{
color: #12909C;
}
</style>
background-color css
<style>
a { background-color: #12909C; }
a { background-color: rgb(18,144,156); }
div.DivClassName
{
background-color: #12909C;
}
.BgClassName
{
background-color: #12909C;
}
</style>
border-color css
<style>
span { border-color: #12909C; }
span { border-color: rgb(18,144,156); }
td.TdClassName
{
border-color: #12909C;
}
.TagClassName
{
border-color: #12909C;
}
</style>