Html Css Color HEX #128BA5 Eastern Blue

📋 copy color: '#128BA5'

red 18 ◦ green 139 ◦ blue 165

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

Shades of Eastern Blue #128BA5

Tints of Eastern Blue #128BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.24%

R = 5.59%
G = 43.17%
B = 51.24%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#128BA5 (or 0x128BA5) is known color: Eastern Blue. HEX triplet: 12, 8B and A5. RGB value is (18,139,165). Sum of RGB (Red+Green+Blue) = 18+139+165=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #128BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128BA5 is #ED745A. Grayscale: #696969. Windows color (decimal): -15561819 or 10849042. OLE color: 10849042.

HSL color Cylindrical-coordinate representation of color #128BA5: hue angle of 190.61º degrees, saturation: 0.8, 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 #128BA5 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 139 165 -
CMYK 0.89 0.16 0 0.35
HSL 190.61º 0.8% 0.36% -
HSV(B) 190.61º 0.89% 0.65% -
XYZ 16.27 21.31 38.85 -
YUV 105.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 18 139 165 0.89 0.16 0 0.35 190.61 0.8 0.36
Hex 12 8B A5 59 10 0 23 BF 50 24
Octal 22 213 245 131 20 0 43 277 120 44
Binary 10010 10001011 10100101 1011001 10000 0 100011 10111111 1010000 100100

Color Harmonies of #128BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BA5

Black with #128BA5

Text Example


Text Example

White with #128BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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