Html Css Color HEX #1189AC Eastern Blue

📋 copy color: '#1189AC'

red 17 ◦ green 137 ◦ blue 172

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

Shades of Eastern Blue #1189AC

Tints of Eastern Blue #1189AC

RGB

 RED value IS 17 (7.03% from 255) = 5.21%

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

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

R = 5.21%
G = 42.02%
B = 52.76%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1189AC (or 0x1189AC) is known color: Eastern Blue. HEX triplet: 11, 89 and AC. RGB value is (17,137,172). Sum of RGB (Red+Green+Blue) = 17+137+172=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #1189AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1189AC is #EE7653. Grayscale: #686868. Windows color (decimal): -15627860 or 11307281. OLE color: 11307281.

HSL color Cylindrical-coordinate representation of color #1189AC: hue angle of 193.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1189AC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 137 172 -
CMYK 0.90 0.20 0 0.33
HSL 193.55º 0.82% 0.37% -
HSV(B) 193.55º 0.9% 0.67% -
XYZ 16.62 20.99 42.2 -
YUV 105.11 165.74 65.15 -
System Red Green Blue C M Y K H S L
Decimal 17 137 172 0.90 0.20 0 0.33 193.55 0.82 0.37
Hex 11 89 AC 5A 14 0 21 C2 52 25
Octal 21 211 254 132 24 0 41 302 122 45
Binary 10001 10001001 10101100 1011010 10100 0 100001 11000010 1010010 100101

Color Harmonies of #1189AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1189AC

Black with #1189AC

Text Example


Text Example

White with #1189AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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