Shades of Eastern Blue #12879D
Tints of Eastern Blue #12879D
RGB
CMYK
RGB Variations
Color information
#12879D (or 0x12879D) is known color: Eastern Blue. HEX triplet: 12, 87 and 9D. RGB value is (18,135,157). Sum of RGB (Red+Green+Blue) = 18+135+157=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #12879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12879D is #ED7862. Grayscale: #666666. Windows color (decimal): -15562851 or 10323730. OLE color: 10323730.
HSL color Cylindrical-coordinate representation of color #12879D: hue angle of 189.5º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12879D is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 135 | 157 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.38 |
| HSL | 189.5º | 0.79% | 0.34% | - |
| HSV(B) | 189.5º | 0.89% | 0.62% | - |
| XYZ | 15 | 19.89 | 34.95 | - |
| YUV | 102.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 157 | 0.89 | 0.14 | 0 | 0.38 | 189.5 | 0.79 | 0.34 |
| Hex | 12 | 87 | 9D | 59 | E | 0 | 26 | BD | 4F | 22 |
| Octal | 22 | 207 | 235 | 131 | 16 | 0 | 46 | 275 | 117 | 42 |
| Binary | 10010 | 10000111 | 10011101 | 1011001 | 1110 | 0 | 100110 | 10111101 | 1001111 | 100010 |
Color Harmonies of #12879D
Complementary color
Monochromatic Colors of #12879D
Black with #12879D
Text Example
Text Example
White with #12879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12879D; }
p { color: rgb(18,135,157); }
H1.HeaderClassName
{
color: #12879D;
}
.AnyTagClassName
{
color: #12879D;
}
</style>
background-color css
<style>
a { background-color: #12879D; }
a { background-color: rgb(18,135,157); }
div.DivClassName
{
background-color: #12879D;
}
.BgClassName
{
background-color: #12879D;
}
</style>
border-color css
<style>
span { border-color: #12879D; }
span { border-color: rgb(18,135,157); }
td.TdClassName
{
border-color: #12879D;
}
.TagClassName
{
border-color: #12879D;
}
</style>