Html Css Color HEX #128FA9 Eastern Blue

📋 copy color: '#128FA9'

red 18 ◦ green 143 ◦ blue 169

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

Shades of Eastern Blue #128FA9

Tints of Eastern Blue #128FA9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.33%

 BLUE value IS 169 (66.41% from 255) = 51.21%

R = 5.45%
G = 43.33%
B = 51.21%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#128FA9 (or 0x128FA9) is known color: Eastern Blue. HEX triplet: 12, 8F and A9. RGB value is (18,143,169). Sum of RGB (Red+Green+Blue) = 18+143+169=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #128FA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FA9 is #ED7056. Grayscale: #6C6C6C. Windows color (decimal): -15560791 or 11112210. OLE color: 11112210.

HSL color Cylindrical-coordinate representation of color #128FA9: hue angle of 190.33º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128FA9 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 143 169 -
CMYK 0.89 0.15 0 0.34
HSL 190.33º 0.81% 0.37% -
HSV(B) 190.33º 0.89% 0.66% -
XYZ 17.23 22.64 41 -
YUV 108.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 18 143 169 0.89 0.15 0 0.34 190.33 0.81 0.37
Hex 12 8F A9 59 F 0 22 BE 51 25
Octal 22 217 251 131 17 0 42 276 121 45
Binary 10010 10001111 10101001 1011001 1111 0 100010 10111110 1010001 100101

Color Harmonies of #128FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128FA9

Black with #128FA9

Text Example


Text Example

White with #128FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,143,169); }

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

background-color css

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

 a { background-color: rgb(18,143,169); }

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

border-color css

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

 span { border-color: rgb(18,143,169); }

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