Shades of Eastern Blue #1384A2
Tints of Eastern Blue #1384A2
RGB
CMYK
RGB Variations
Color information
#1384A2 (or 0x1384A2) is known color: Eastern Blue. HEX triplet: 13, 84 and A2. RGB value is (19,132,162). Sum of RGB (Red+Green+Blue) = 19+132+162=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #1384A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384A2 is #EC7B5D. Grayscale: #656565. Windows color (decimal): -15498078 or 10650643. OLE color: 10650643.
HSL color Cylindrical-coordinate representation of color #1384A2: hue angle of 192.59º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1384A2 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 132 | 162 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.36 |
| HSL | 192.59º | 0.79% | 0.35% | - |
| HSV(B) | 192.59º | 0.88% | 0.64% | - |
| XYZ | 15.04 | 19.25 | 37.11 | - |
| YUV | 101.63 | 162.06 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 162 | 0.88 | 0.19 | 0 | 0.36 | 192.59 | 0.79 | 0.35 |
| Hex | 13 | 84 | A2 | 58 | 13 | 0 | 24 | C1 | 4F | 23 |
| Octal | 23 | 204 | 242 | 130 | 23 | 0 | 44 | 301 | 117 | 43 |
| Binary | 10011 | 10000100 | 10100010 | 1011000 | 10011 | 0 | 100100 | 11000001 | 1001111 | 100011 |
Color Harmonies of #1384A2
Complementary color
Monochromatic Colors of #1384A2
Black with #1384A2
Text Example
Text Example
White with #1384A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384A2; }
p { color: rgb(19,132,162); }
H1.HeaderClassName
{
color: #1384A2;
}
.AnyTagClassName
{
color: #1384A2;
}
</style>
background-color css
<style>
a { background-color: #1384A2; }
a { background-color: rgb(19,132,162); }
div.DivClassName
{
background-color: #1384A2;
}
.BgClassName
{
background-color: #1384A2;
}
</style>
border-color css
<style>
span { border-color: #1384A2; }
span { border-color: rgb(19,132,162); }
td.TdClassName
{
border-color: #1384A2;
}
.TagClassName
{
border-color: #1384A2;
}
</style>