Html Css Color HEX #1089AA Eastern Blue

📋 copy color: '#1089AA'

red 16 ◦ green 137 ◦ blue 170

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

Shades of Eastern Blue #1089AA

Tints of Eastern Blue #1089AA

RGB

 RED value IS 16 (6.64% from 255) = 4.95%

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

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

R = 4.95%
G = 42.41%
B = 52.63%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1089AA (or 0x1089AA) is known color: Eastern Blue. HEX triplet: 10, 89 and AA. RGB value is (16,137,170). Sum of RGB (Red+Green+Blue) = 16+137+170=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #1089AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1089AA is #EF7655. Grayscale: #686868. Windows color (decimal): -15693398 or 11176208. OLE color: 11176208.

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

Color convert

RGB 16 137 170 -
CMYK 0.91 0.19 0 0.33
HSL 192.86º 0.83% 0.36% -
HSV(B) 192.86º 0.91% 0.67% -
XYZ 16.42 20.9 41.2 -
YUV 104.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 16 137 170 0.91 0.19 0 0.33 192.86 0.83 0.36
Hex 10 89 AA 5B 13 0 21 C1 53 24
Octal 20 211 252 133 23 0 41 301 123 44
Binary 10000 10001001 10101010 1011011 10011 0 100001 11000001 1010011 100100

Color Harmonies of #1089AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089AA

Black with #1089AA

Text Example


Text Example

White with #1089AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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