Html Css Color HEX #128DAA Eastern Blue

📋 copy color: '#128DAA'

red 18 ◦ green 141 ◦ blue 170

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

Shades of Eastern Blue #128DAA

Tints of Eastern Blue #128DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.86%

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

R = 5.47%
G = 42.86%
B = 51.67%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#128DAA (or 0x128DAA) is known color: Eastern Blue. HEX triplet: 12, 8D and AA. RGB value is (18,141,170). Sum of RGB (Red+Green+Blue) = 18+141+170=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #128DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DAA is #ED7255. Grayscale: #6B6B6B. Windows color (decimal): -15561302 or 11177234. OLE color: 11177234.

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

Color convert

RGB 18 141 170 -
CMYK 0.89 0.17 0 0.33
HSL 191.45º 0.81% 0.37% -
HSV(B) 191.45º 0.89% 0.67% -
XYZ 17.03 22.08 41.39 -
YUV 107.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 18 141 170 0.89 0.17 0 0.33 191.45 0.81 0.37
Hex 12 8D AA 59 11 0 21 BF 51 25
Octal 22 215 252 131 21 0 41 277 121 45
Binary 10010 10001101 10101010 1011001 10001 0 100001 10111111 1010001 100101

Color Harmonies of #128DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DAA

Black with #128DAA

Text Example


Text Example

White with #128DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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