Html Css Color HEX #128795 Eastern Blue

📋 copy color: '#128795'

red 18 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #128795

Tints of Eastern Blue #128795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 5.96%
G = 44.7%
B = 49.34%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128795 (or 0x128795) is known color: Eastern Blue. HEX triplet: 12, 87 and 95. RGB value is (18,135,149). Sum of RGB (Red+Green+Blue) = 18+135+149=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #128795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128795 is #ED786A. Grayscale: #656565. Windows color (decimal): -15562859 or 9799442. OLE color: 9799442.

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

Color convert

RGB 18 135 149 -
CMYK 0.88 0.09 0 0.42
HSL 186.41º 0.78% 0.33% -
HSV(B) 186.41º 0.88% 0.58% -
XYZ 14.34 19.63 31.47 -
YUV 101.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 18 135 149 0.88 0.09 0 0.42 186.41 0.78 0.33
Hex 12 87 95 58 9 0 2A BA 4E 21
Octal 22 207 225 130 11 0 52 272 116 41
Binary 10010 10000111 10010101 1011000 1001 0 101010 10111010 1001110 100001

Color Harmonies of #128795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128795

Black with #128795

Text Example


Text Example

White with #128795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128795; }

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

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

background-color css

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

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

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

border-color css

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

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

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