Html Css Color HEX #128AAA Eastern Blue

📋 copy color: '#128AAA'

red 18 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #128AAA

Tints of Eastern Blue #128AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.33%

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

R = 5.52%
G = 42.33%
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

#128AAA (or 0x128AAA) is known color: Eastern Blue. HEX triplet: 12, 8A and AA. RGB value is (18,138,170). Sum of RGB (Red+Green+Blue) = 18+138+170=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 138 (54.30% from 255 or 42.33% 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 #128AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AAA is #ED7555. Grayscale: #696969. Windows color (decimal): -15562070 or 11176466. OLE color: 11176466.

HSL color Cylindrical-coordinate representation of color #128AAA: hue angle of 192.63º degrees, saturation: 0.81, 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 #128AAA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 138 170 -
CMYK 0.89 0.19 0 0.33
HSL 192.63º 0.81% 0.37% -
HSV(B) 192.63º 0.89% 0.67% -
XYZ 16.59 21.21 41.25 -
YUV 105.77 164.24 65.4 -
System Red Green Blue C M Y K H S L
Decimal 18 138 170 0.89 0.19 0 0.33 192.63 0.81 0.37
Hex 12 8A AA 59 13 0 21 C1 51 25
Octal 22 212 252 131 23 0 41 301 121 45
Binary 10010 10001010 10101010 1011001 10011 0 100001 11000001 1010001 100101

Color Harmonies of #128AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AAA

Black with #128AAA

Text Example


Text Example

White with #128AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,170); }

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

background-color css

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

 a { background-color: rgb(18,138,170); }

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

border-color css

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

 span { border-color: rgb(18,138,170); }

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