Html Css Color HEX #128697 Eastern Blue

📋 copy color: '#128697'

red 18 ◦ green 134 ◦ blue 151

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

Shades of Eastern Blue #128697

Tints of Eastern Blue #128697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

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

R = 5.94%
G = 44.22%
B = 49.83%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#128697 (or 0x128697) is known color: Eastern Blue. HEX triplet: 12, 86 and 97. RGB value is (18,134,151). Sum of RGB (Red+Green+Blue) = 18+134+151=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #128697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128697 is #ED7968. Grayscale: #656565. Windows color (decimal): -15563113 or 9930258. OLE color: 9930258.

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

Color convert

RGB 18 134 151 -
CMYK 0.88 0.11 0 0.41
HSL 187.67º 0.79% 0.33% -
HSV(B) 187.67º 0.88% 0.59% -
XYZ 14.36 19.41 32.27 -
YUV 101.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 18 134 151 0.88 0.11 0 0.41 187.67 0.79 0.33
Hex 12 86 97 58 B 0 29 BC 4F 21
Octal 22 206 227 130 13 0 51 274 117 41
Binary 10010 10000110 10010111 1011000 1011 0 101001 10111100 1001111 100001

Color Harmonies of #128697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128697

Black with #128697

Text Example


Text Example

White with #128697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128697; }

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

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

background-color css

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

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

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

border-color css

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

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

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