Html Css Color HEX #1389AA Eastern Blue

📋 copy color: '#1389AA'

red 19 ◦ green 137 ◦ blue 170

#1389AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #1389AA

Tints of Eastern Blue #1389AA

RGB

 RED value IS 19 (7.81% from 255) = 5.83%

 GREEN value IS 137 (53.91% from 255) = 42.02%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 5.83%
G = 42.02%
B = 52.15%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1389AA (or 0x1389AA) is known color: Eastern Blue. HEX triplet: 13, 89 and AA. RGB value is (19,137,170). Sum of RGB (Red+Green+Blue) = 19+137+170=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #1389AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1389AA is #EC7655. Grayscale: #696969. Windows color (decimal): -15496790 or 11176211. OLE color: 11176211.

HSL color Cylindrical-coordinate representation of color #1389AA: hue angle of 193.11º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1389AA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 137 170 -
CMYK 0.89 0.19 0 0.33
HSL 193.11º 0.8% 0.37% -
HSV(B) 193.11º 0.89% 0.67% -
XYZ 16.47 20.93 41.2 -
YUV 105.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 19 137 170 0.89 0.19 0 0.33 193.11 0.8 0.37
Hex 13 89 AA 59 13 0 21 C1 50 25
Octal 23 211 252 131 23 0 41 301 120 45
Binary 10011 10001001 10101010 1011001 10011 0 100001 11000001 1010000 100101

Color Harmonies of #1389AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389AA

Black with #1389AA

Text Example


Text Example

White with #1389AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1389AA; }

 p { color: rgb(19,137,170); }

 H1.HeaderClassName
 {
   color: #1389AA;
 }
 .AnyTagClassName
 {
   color: #1389AA;
 }
</style>

background-color css

<style>
 a { background-color: #1389AA; }

 a { background-color: rgb(19,137,170); }

 div.DivClassName
 {
   background-color: #1389AA;
 }
 .BgClassName
 {
   background-color: #1389AA;
 }
</style>

border-color css

<style>
 span { border-color: #1389AA; }

 span { border-color: rgb(19,137,170); }

 td.TdClassName
 {
   border-color: #1389AA;
 }
 .TagClassName
 {
   border-color: #1389AA;
 }
</style>