Html Css Color HEX #1389AC Eastern Blue

📋 copy color: '#1389AC'

red 19 ◦ green 137 ◦ blue 172

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

Shades of Eastern Blue #1389AC

Tints of Eastern Blue #1389AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 5.79%
G = 41.77%
B = 52.44%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1389AC (or 0x1389AC) is known color: Eastern Blue. HEX triplet: 13, 89 and AC. RGB value is (19,137,172). Sum of RGB (Red+Green+Blue) = 19+137+172=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #1389AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1389AC is #EC7653. Grayscale: #696969. Windows color (decimal): -15496788 or 11307283. OLE color: 11307283.

HSL color Cylindrical-coordinate representation of color #1389AC: hue angle of 193.73º 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 #1389AC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 137 172 -
CMYK 0.89 0.20 0 0.33
HSL 193.73º 0.8% 0.37% -
HSV(B) 193.73º 0.89% 0.67% -
XYZ 16.66 21.01 42.21 -
YUV 105.71 165.41 66.15 -
System Red Green Blue C M Y K H S L
Decimal 19 137 172 0.89 0.20 0 0.33 193.73 0.8 0.37
Hex 13 89 AC 59 14 0 21 C2 50 25
Octal 23 211 254 131 24 0 41 302 120 45
Binary 10011 10001001 10101100 1011001 10100 0 100001 11000010 1010000 100101

Color Harmonies of #1389AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389AC

Black with #1389AC

Text Example


Text Example

White with #1389AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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