Html Css Color HEX #128395 Eastern Blue

📋 copy color: '#128395'

red 18 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #128395

Tints of Eastern Blue #128395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 6.04%
G = 43.96%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#128395 (or 0x128395) is known color: Eastern Blue. HEX triplet: 12, 83 and 95. RGB value is (18,131,149). Sum of RGB (Red+Green+Blue) = 18+131+149=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #128395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128395 is #ED7C6A. Grayscale: #636363. Windows color (decimal): -15563883 or 9798418. OLE color: 9798418.

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

Color convert

RGB 18 131 149 -
CMYK 0.88 0.12 0 0.42
HSL 188.24º 0.78% 0.33% -
HSV(B) 188.24º 0.88% 0.58% -
XYZ 13.79 18.53 31.28 -
YUV 99.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 18 131 149 0.88 0.12 0 0.42 188.24 0.78 0.33
Hex 12 83 95 58 C 0 2A BC 4E 21
Octal 22 203 225 130 14 0 52 274 116 41
Binary 10010 10000011 10010101 1011000 1100 0 101010 10111100 1001110 100001

Color Harmonies of #128395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128395

Black with #128395

Text Example


Text Example

White with #128395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128395; }

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

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

background-color css

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

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

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

border-color css

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

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

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