Html Css Color HEX #128897 Eastern Blue

📋 copy color: '#128897'

red 18 ◦ green 136 ◦ blue 151

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

Shades of Eastern Blue #128897

Tints of Eastern Blue #128897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

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

R = 5.9%
G = 44.59%
B = 49.51%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#128897 (or 0x128897) is known color: Eastern Blue. HEX triplet: 12, 88 and 97. RGB value is (18,136,151). Sum of RGB (Red+Green+Blue) = 18+136+151=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #128897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128897 is #ED7768. Grayscale: #666666. Windows color (decimal): -15562601 or 9930770. OLE color: 9930770.

HSL color Cylindrical-coordinate representation of color #128897: hue angle of 186.77º 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 #128897 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 136 151 -
CMYK 0.88 0.10 0 0.41
HSL 186.77º 0.79% 0.33% -
HSV(B) 186.77º 0.88% 0.59% -
XYZ 14.64 19.97 32.36 -
YUV 102.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 18 136 151 0.88 0.10 0 0.41 186.77 0.79 0.33
Hex 12 88 97 58 A 0 29 BB 4F 21
Octal 22 210 227 130 12 0 51 273 117 41
Binary 10010 10001000 10010111 1011000 1010 0 101001 10111011 1001111 100001

Color Harmonies of #128897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128897

Black with #128897

Text Example


Text Example

White with #128897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128897; }

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

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

background-color css

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

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

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

border-color css

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

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

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