Html Css Color HEX #128695 Eastern Blue

📋 copy color: '#128695'

red 18 ◦ green 134 ◦ blue 149

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

Shades of Eastern Blue #128695

Tints of Eastern Blue #128695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 5.98%
G = 44.52%
B = 49.5%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128695 (or 0x128695) is known color: Eastern Blue. HEX triplet: 12, 86 and 95. RGB value is (18,134,149). Sum of RGB (Red+Green+Blue) = 18+134+149=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #128695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128695 is #ED796A. Grayscale: #646464. Windows color (decimal): -15563115 or 9799186. OLE color: 9799186.

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

Color convert

RGB 18 134 149 -
CMYK 0.88 0.10 0 0.42
HSL 186.87º 0.78% 0.33% -
HSV(B) 186.87º 0.88% 0.58% -
XYZ 14.2 19.35 31.42 -
YUV 101.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 18 134 149 0.88 0.10 0 0.42 186.87 0.78 0.33
Hex 12 86 95 58 A 0 2A BB 4E 21
Octal 22 206 225 130 12 0 52 273 116 41
Binary 10010 10000110 10010101 1011000 1010 0 101010 10111011 1001110 100001

Color Harmonies of #128695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128695

Black with #128695

Text Example


Text Example

White with #128695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128695; }

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

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

background-color css

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

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

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

border-color css

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

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

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