Shades of Eastern Blue #12879C
Tints of Eastern Blue #12879C
RGB
CMYK
RGB Variations
Color information
#12879C (or 0x12879C) is known color: Eastern Blue. HEX triplet: 12, 87 and 9C. RGB value is (18,135,156). Sum of RGB (Red+Green+Blue) = 18+135+156=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #12879C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12879C is #ED7863. Grayscale: #666666. Windows color (decimal): -15562852 or 10258194. OLE color: 10258194.
HSL color Cylindrical-coordinate representation of color #12879C: hue angle of 189.13º 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 #12879C is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 135 | 156 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.39 |
| HSL | 189.13º | 0.79% | 0.34% | - |
| HSV(B) | 189.13º | 0.88% | 0.61% | - |
| XYZ | 14.91 | 19.86 | 34.5 | - |
| YUV | 102.41 | 158.24 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 156 | 0.88 | 0.13 | 0 | 0.39 | 189.13 | 0.79 | 0.34 |
| Hex | 12 | 87 | 9C | 58 | D | 0 | 27 | BD | 4F | 22 |
| Octal | 22 | 207 | 234 | 130 | 15 | 0 | 47 | 275 | 117 | 42 |
| Binary | 10010 | 10000111 | 10011100 | 1011000 | 1101 | 0 | 100111 | 10111101 | 1001111 | 100010 |
Color Harmonies of #12879C
Complementary color
Monochromatic Colors of #12879C
Black with #12879C
Text Example
Text Example
White with #12879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12879C; }
p { color: rgb(18,135,156); }
H1.HeaderClassName
{
color: #12879C;
}
.AnyTagClassName
{
color: #12879C;
}
</style>
background-color css
<style>
a { background-color: #12879C; }
a { background-color: rgb(18,135,156); }
div.DivClassName
{
background-color: #12879C;
}
.BgClassName
{
background-color: #12879C;
}
</style>
border-color css
<style>
span { border-color: #12879C; }
span { border-color: rgb(18,135,156); }
td.TdClassName
{
border-color: #12879C;
}
.TagClassName
{
border-color: #12879C;
}
</style>