Shades of Eastern Blue #1285A3
Tints of Eastern Blue #1285A3
RGB
CMYK
RGB Variations
Color information
#1285A3 (or 0x1285A3) is known color: Eastern Blue. HEX triplet: 12, 85 and A3. RGB value is (18,133,163). Sum of RGB (Red+Green+Blue) = 18+133+163=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #1285A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1285A3 is #ED7A5C. Grayscale: #656565. Windows color (decimal): -15563357 or 10716434. OLE color: 10716434.
HSL color Cylindrical-coordinate representation of color #1285A3: hue angle of 192.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1285A3 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 133 | 163 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.36 |
| HSL | 192.41º | 0.8% | 0.35% | - |
| HSV(B) | 192.41º | 0.89% | 0.64% | - |
| XYZ | 15.25 | 19.55 | 37.62 | - |
| YUV | 102.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 163 | 0.89 | 0.18 | 0 | 0.36 | 192.41 | 0.8 | 0.35 |
| Hex | 12 | 85 | A3 | 59 | 12 | 0 | 24 | C0 | 50 | 23 |
| Octal | 22 | 205 | 243 | 131 | 22 | 0 | 44 | 300 | 120 | 43 |
| Binary | 10010 | 10000101 | 10100011 | 1011001 | 10010 | 0 | 100100 | 11000000 | 1010000 | 100011 |
Color Harmonies of #1285A3
Complementary color
Monochromatic Colors of #1285A3
Black with #1285A3
Text Example
Text Example
White with #1285A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285A3; }
p { color: rgb(18,133,163); }
H1.HeaderClassName
{
color: #1285A3;
}
.AnyTagClassName
{
color: #1285A3;
}
</style>
background-color css
<style>
a { background-color: #1285A3; }
a { background-color: rgb(18,133,163); }
div.DivClassName
{
background-color: #1285A3;
}
.BgClassName
{
background-color: #1285A3;
}
</style>
border-color css
<style>
span { border-color: #1285A3; }
span { border-color: rgb(18,133,163); }
td.TdClassName
{
border-color: #1285A3;
}
.TagClassName
{
border-color: #1285A3;
}
</style>