Html Css Color HEX #128DA4 Eastern Blue

📋 copy color: '#128DA4'

red 18 ◦ green 141 ◦ blue 164

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

Shades of Eastern Blue #128DA4

Tints of Eastern Blue #128DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 5.57%
G = 43.65%
B = 50.77%

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

#128DA4 (or 0x128DA4) is known color: Eastern Blue. HEX triplet: 12, 8D and A4. RGB value is (18,141,164). Sum of RGB (Red+Green+Blue) = 18+141+164=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #128DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DA4 is #ED725B. Grayscale: #6A6A6A. Windows color (decimal): -15561308 or 10784018. OLE color: 10784018.

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

Color convert

RGB 18 141 164 -
CMYK 0.89 0.14 0 0.36
HSL 189.45º 0.8% 0.36% -
HSV(B) 189.45º 0.89% 0.64% -
XYZ 16.48 21.86 38.47 -
YUV 106.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 18 141 164 0.89 0.14 0 0.36 189.45 0.8 0.36
Hex 12 8D A4 59 E 0 24 BD 50 24
Octal 22 215 244 131 16 0 44 275 120 44
Binary 10010 10001101 10100100 1011001 1110 0 100100 10111101 1010000 100100

Color Harmonies of #128DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DA4

Black with #128DA4

Text Example


Text Example

White with #128DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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