Html Css Color HEX #128595 Eastern Blue

📋 copy color: '#128595'

red 18 ◦ green 133 ◦ blue 149

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

Shades of Eastern Blue #128595

Tints of Eastern Blue #128595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

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

R = 6%
G = 44.33%
B = 49.67%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128595 (or 0x128595) is known color: Eastern Blue. HEX triplet: 12, 85 and 95. RGB value is (18,133,149). Sum of RGB (Red+Green+Blue) = 18+133+149=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #128595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128595 is #ED7A6A. Grayscale: #646464. Windows color (decimal): -15563371 or 9798930. OLE color: 9798930.

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

Color convert

RGB 18 133 149 -
CMYK 0.88 0.11 0 0.42
HSL 187.33º 0.78% 0.33% -
HSV(B) 187.33º 0.88% 0.58% -
XYZ 14.06 19.07 31.37 -
YUV 100.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 18 133 149 0.88 0.11 0 0.42 187.33 0.78 0.33
Hex 12 85 95 58 B 0 2A BB 4E 21
Octal 22 205 225 130 13 0 52 273 116 41
Binary 10010 10000101 10010101 1011000 1011 0 101010 10111011 1001110 100001

Color Harmonies of #128595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128595

Black with #128595

Text Example


Text Example

White with #128595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128595; }

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

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

background-color css

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

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

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

border-color css

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

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

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