Html Css Color HEX #128497 Eastern Blue

📋 copy color: '#128497'

red 18 ◦ green 132 ◦ blue 151

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

Shades of Eastern Blue #128497

Tints of Eastern Blue #128497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 5.98%
G = 43.85%
B = 50.17%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#128497 (or 0x128497) is known color: Eastern Blue. HEX triplet: 12, 84 and 97. RGB value is (18,132,151). Sum of RGB (Red+Green+Blue) = 18+132+151=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #128497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128497 is #ED7B68. Grayscale: #636363. Windows color (decimal): -15563625 or 9929746. OLE color: 9929746.

HSL color Cylindrical-coordinate representation of color #128497: hue angle of 188.57º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128497 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 132 151 -
CMYK 0.88 0.13 0 0.41
HSL 188.57º 0.79% 0.33% -
HSV(B) 188.57º 0.88% 0.59% -
XYZ 14.09 18.87 32.18 -
YUV 100.08 156.73 69.46 -
System Red Green Blue C M Y K H S L
Decimal 18 132 151 0.88 0.13 0 0.41 188.57 0.79 0.33
Hex 12 84 97 58 D 0 29 BD 4F 21
Octal 22 204 227 130 15 0 51 275 117 41
Binary 10010 10000100 10010111 1011000 1101 0 101001 10111101 1001111 100001

Color Harmonies of #128497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128497

Black with #128497

Text Example


Text Example

White with #128497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128497; }

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

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

background-color css

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

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

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

border-color css

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

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

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