Html Css Color HEX #128BA2 Eastern Blue

📋 copy color: '#128BA2'

red 18 ◦ green 139 ◦ blue 162

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

Shades of Eastern Blue #128BA2

Tints of Eastern Blue #128BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.78%

R = 5.64%
G = 43.57%
B = 50.78%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#128BA2 (or 0x128BA2) is known color: Eastern Blue. HEX triplet: 12, 8B and A2. RGB value is (18,139,162). Sum of RGB (Red+Green+Blue) = 18+139+162=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #128BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BA2 is #ED745D. Grayscale: #696969. Windows color (decimal): -15561822 or 10652434. OLE color: 10652434.

HSL color Cylindrical-coordinate representation of color #128BA2: hue angle of 189.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128BA2 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 139 162 -
CMYK 0.89 0.14 0 0.36
HSL 189.58º 0.8% 0.35% -
HSV(B) 189.58º 0.89% 0.64% -
XYZ 16 21.2 37.43 -
YUV 105.44 159.91 65.63 -
System Red Green Blue C M Y K H S L
Decimal 18 139 162 0.89 0.14 0 0.36 189.58 0.8 0.35
Hex 12 8B A2 59 E 0 24 BE 50 23
Octal 22 213 242 131 16 0 44 276 120 43
Binary 10010 10001011 10100010 1011001 1110 0 100100 10111110 1010000 100011

Color Harmonies of #128BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BA2

Black with #128BA2

Text Example


Text Example

White with #128BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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