Html Css Color HEX #128899 Eastern Blue

📋 copy color: '#128899'

red 18 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #128899

Tints of Eastern Blue #128899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 5.86%
G = 44.3%
B = 49.84%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#128899 (or 0x128899) is known color: Eastern Blue. HEX triplet: 12, 88 and 99. RGB value is (18,136,153). Sum of RGB (Red+Green+Blue) = 18+136+153=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #128899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128899 is #ED7766. Grayscale: #666666. Windows color (decimal): -15562599 or 10061842. OLE color: 10061842.

HSL color Cylindrical-coordinate representation of color #128899: hue angle of 187.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128899 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 136 153 -
CMYK 0.88 0.11 0 0.4
HSL 187.56º 0.79% 0.34% -
HSV(B) 187.56º 0.88% 0.6% -
XYZ 14.8 20.04 33.22 -
YUV 102.66 156.41 67.62 -
System Red Green Blue C M Y K H S L
Decimal 18 136 153 0.88 0.11 0 0.4 187.56 0.79 0.34
Hex 12 88 99 58 B 0 28 BC 4F 22
Octal 22 210 231 130 13 0 50 274 117 42
Binary 10010 10001000 10011001 1011000 1011 0 101000 10111100 1001111 100010

Color Harmonies of #128899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128899

Black with #128899

Text Example


Text Example

White with #128899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128899; }

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

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

background-color css

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

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

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

border-color css

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

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

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