Html Css Color HEX #128DA5 Eastern Blue

📋 copy color: '#128DA5'

red 18 ◦ green 141 ◦ blue 165

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

Shades of Eastern Blue #128DA5

Tints of Eastern Blue #128DA5

RGB

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

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

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

R = 5.56%
G = 43.52%
B = 50.93%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#128DA5 (or 0x128DA5) is known color: Eastern Blue. HEX triplet: 12, 8D and A5. RGB value is (18,141,165). Sum of RGB (Red+Green+Blue) = 18+141+165=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #128DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DA5 is #ED725A. Grayscale: #6A6A6A. Windows color (decimal): -15561307 or 10849554. OLE color: 10849554.

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

Color convert

RGB 18 141 165 -
CMYK 0.89 0.15 0 0.35
HSL 189.8º 0.8% 0.36% -
HSV(B) 189.8º 0.89% 0.65% -
XYZ 16.57 21.89 38.95 -
YUV 106.96 160.75 64.55 -
System Red Green Blue C M Y K H S L
Decimal 18 141 165 0.89 0.15 0 0.35 189.8 0.8 0.36
Hex 12 8D A5 59 F 0 23 BE 50 24
Octal 22 215 245 131 17 0 43 276 120 44
Binary 10010 10001101 10100101 1011001 1111 0 100011 10111110 1010000 100100

Color Harmonies of #128DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DA5

Black with #128DA5

Text Example


Text Example

White with #128DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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