Html Css Color HEX #128494 Eastern Blue

📋 copy color: '#128494'

red 18 ◦ green 132 ◦ blue 148

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

Shades of Eastern Blue #128494

Tints of Eastern Blue #128494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 6.04%
G = 44.3%
B = 49.66%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128494 (or 0x128494) is known color: Eastern Blue. HEX triplet: 12, 84 and 94. RGB value is (18,132,148). Sum of RGB (Red+Green+Blue) = 18+132+148=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #128494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128494 is #ED7B6B. Grayscale: #636363. Windows color (decimal): -15563628 or 9733138. OLE color: 9733138.

HSL color Cylindrical-coordinate representation of color #128494: hue angle of 187.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128494 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 132 148 -
CMYK 0.88 0.11 0 0.42
HSL 187.38º 0.78% 0.33% -
HSV(B) 187.38º 0.88% 0.58% -
XYZ 13.85 18.77 30.91 -
YUV 99.74 155.23 69.7 -
System Red Green Blue C M Y K H S L
Decimal 18 132 148 0.88 0.11 0 0.42 187.38 0.78 0.33
Hex 12 84 94 58 B 0 2A BB 4E 21
Octal 22 204 224 130 13 0 52 273 116 41
Binary 10010 10000100 10010100 1011000 1011 0 101010 10111011 1001110 100001

Color Harmonies of #128494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128494

Black with #128494

Text Example


Text Example

White with #128494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128494; }

 p { color: rgb(18,132,148); }

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

background-color css

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

 a { background-color: rgb(18,132,148); }

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

border-color css

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

 span { border-color: rgb(18,132,148); }

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