Html Css Color HEX #128BA9 Eastern Blue

📋 copy color: '#128BA9'

red 18 ◦ green 139 ◦ blue 169

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

Shades of Eastern Blue #128BA9

Tints of Eastern Blue #128BA9

RGB

 RED value IS 18 (7.42% from 255) = 5.52%

 GREEN value IS 139 (54.69% from 255) = 42.64%

 BLUE value IS 169 (66.41% from 255) = 51.84%

R = 5.52%
G = 42.64%
B = 51.84%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#128BA9 (or 0x128BA9) is known color: Eastern Blue. HEX triplet: 12, 8B and A9. RGB value is (18,139,169). Sum of RGB (Red+Green+Blue) = 18+139+169=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #128BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BA9 is #ED7456. Grayscale: #6A6A6A. Windows color (decimal): -15561815 or 11111186. OLE color: 11111186.

HSL color Cylindrical-coordinate representation of color #128BA9: hue angle of 191.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128BA9 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 139 169 -
CMYK 0.89 0.18 0 0.34
HSL 191.92º 0.81% 0.37% -
HSV(B) 191.92º 0.89% 0.66% -
XYZ 16.64 21.46 40.8 -
YUV 106.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 18 139 169 0.89 0.18 0 0.34 191.92 0.81 0.37
Hex 12 8B A9 59 12 0 22 C0 51 25
Octal 22 213 251 131 22 0 42 300 121 45
Binary 10010 10001011 10101001 1011001 10010 0 100010 11000000 1010001 100101

Color Harmonies of #128BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BA9

Black with #128BA9

Text Example


Text Example

White with #128BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128BA9; }

 p { color: rgb(18,139,169); }

 H1.HeaderClassName
 {
   color: #128BA9;
 }
 .AnyTagClassName
 {
   color: #128BA9;
 }
</style>

background-color css

<style>
 a { background-color: #128BA9; }

 a { background-color: rgb(18,139,169); }

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

border-color css

<style>
 span { border-color: #128BA9; }

 span { border-color: rgb(18,139,169); }

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