Shades of Eastern Blue #1485A3
Tints of Eastern Blue #1485A3
RGB
CMYK
RGB Variations
Color information
#1485A3 (or 0x1485A3) is known color: Eastern Blue. HEX triplet: 14, 85 and A3. RGB value is (20,133,163). Sum of RGB (Red+Green+Blue) = 20+133+163=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 163 (64.06% from 255 or 51.58% from 316); Max value from RGB is 163 - color contains mainly: blue. Hex color #1485A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485A3 is #EB7A5C. Grayscale: #666666. Windows color (decimal): -15432285 or 10716436. OLE color: 10716436.
HSL color Cylindrical-coordinate representation of color #1485A3: hue angle of 192.59º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1485A3 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 133 | 163 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.36 |
| HSL | 192.59º | 0.78% | 0.36% | - |
| HSV(B) | 192.59º | 0.88% | 0.64% | - |
| XYZ | 15.29 | 19.57 | 37.62 | - |
| YUV | 102.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 163 | 0.88 | 0.18 | 0 | 0.36 | 192.59 | 0.78 | 0.36 |
| Hex | 14 | 85 | A3 | 58 | 12 | 0 | 24 | C1 | 4E | 24 |
| Octal | 24 | 205 | 243 | 130 | 22 | 0 | 44 | 301 | 116 | 44 |
| Binary | 10100 | 10000101 | 10100011 | 1011000 | 10010 | 0 | 100100 | 11000001 | 1001110 | 100100 |
Color Harmonies of #1485A3
Complementary color
Monochromatic Colors of #1485A3
Black with #1485A3
Text Example
Text Example
White with #1485A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485A3; }
p { color: rgb(20,133,163); }
H1.HeaderClassName
{
color: #1485A3;
}
.AnyTagClassName
{
color: #1485A3;
}
</style>
background-color css
<style>
a { background-color: #1485A3; }
a { background-color: rgb(20,133,163); }
div.DivClassName
{
background-color: #1485A3;
}
.BgClassName
{
background-color: #1485A3;
}
</style>
border-color css
<style>
span { border-color: #1485A3; }
span { border-color: rgb(20,133,163); }
td.TdClassName
{
border-color: #1485A3;
}
.TagClassName
{
border-color: #1485A3;
}
</style>