Html Css Color HEX #128BA7 Eastern Blue

📋 copy color: '#128BA7'

red 18 ◦ green 139 ◦ blue 167

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

Shades of Eastern Blue #128BA7

Tints of Eastern Blue #128BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.54%

R = 5.56%
G = 42.9%
B = 51.54%

CMYK

 C value IS 0.89

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#128BA7 (or 0x128BA7) is known color: Eastern Blue. HEX triplet: 12, 8B and A7. RGB value is (18,139,167). Sum of RGB (Red+Green+Blue) = 18+139+167=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #128BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BA7 is #ED7458. Grayscale: #696969. Windows color (decimal): -15561817 or 10980114. OLE color: 10980114.

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

Color convert

RGB 18 139 167 -
CMYK 0.89 0.17 0 0.35
HSL 191.28º 0.81% 0.36% -
HSV(B) 191.28º 0.89% 0.65% -
XYZ 16.46 21.38 39.82 -
YUV 106.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 18 139 167 0.89 0.17 0 0.35 191.28 0.81 0.36
Hex 12 8B A7 59 11 0 23 BF 51 24
Octal 22 213 247 131 21 0 43 277 121 44
Binary 10010 10001011 10100111 1011001 10001 0 100011 10111111 1010001 100100

Color Harmonies of #128BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BA7

Black with #128BA7

Text Example


Text Example

White with #128BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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