Html Css Color HEX #138095 Eastern Blue

📋 copy color: '#138095'

red 19 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #138095

Tints of Eastern Blue #138095

RGB

 RED value IS 19 (7.81% from 255) = 6.42%

 GREEN value IS 128 (50.39% from 255) = 43.24%

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

R = 6.42%
G = 43.24%
B = 50.34%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138095 (or 0x138095) is known color: Eastern Blue. HEX triplet: 13, 80 and 95. RGB value is (19,128,149). Sum of RGB (Red+Green+Blue) = 19+128+149=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #138095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138095 is #EC7F6A. Grayscale: #616161. Windows color (decimal): -15499115 or 9797651. OLE color: 9797651.

HSL color Cylindrical-coordinate representation of color #138095: hue angle of 189.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138095 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 128 149 -
CMYK 0.87 0.14 0 0.42
HSL 189.69º 0.77% 0.33% -
HSV(B) 189.69º 0.87% 0.58% -
XYZ 13.41 17.75 31.15 -
YUV 97.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 19 128 149 0.87 0.14 0 0.42 189.69 0.77 0.33
Hex 13 80 95 57 E 0 2A BE 4D 21
Octal 23 200 225 127 16 0 52 276 115 41
Binary 10011 10000000 10010101 1010111 1110 0 101010 10111110 1001101 100001

Color Harmonies of #138095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138095

Black with #138095

Text Example


Text Example

White with #138095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138095; }

 p { color: rgb(19,128,149); }

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

background-color css

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

 a { background-color: rgb(19,128,149); }

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

border-color css

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

 span { border-color: rgb(19,128,149); }

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