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