Html Css Color HEX #138395 Eastern Blue

📋 copy color: '#138395'

red 19 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #138395

Tints of Eastern Blue #138395

RGB

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

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

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

R = 6.35%
G = 43.81%
B = 49.83%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138395 (or 0x138395) is known color: Eastern Blue. HEX triplet: 13, 83 and 95. RGB value is (19,131,149). Sum of RGB (Red+Green+Blue) = 19+131+149=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #138395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138395 is #EC7C6A. Grayscale: #636363. Windows color (decimal): -15498347 or 9798419. OLE color: 9798419.

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

Color convert

RGB 19 131 149 -
CMYK 0.87 0.12 0 0.42
HSL 188.31º 0.77% 0.33% -
HSV(B) 188.31º 0.87% 0.58% -
XYZ 13.81 18.54 31.28 -
YUV 99.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 19 131 149 0.87 0.12 0 0.42 188.31 0.77 0.33
Hex 13 83 95 57 C 0 2A BC 4D 21
Octal 23 203 225 127 14 0 52 274 115 41
Binary 10011 10000011 10010101 1010111 1100 0 101010 10111100 1001101 100001

Color Harmonies of #138395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138395

Black with #138395

Text Example


Text Example

White with #138395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138395; }

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

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

background-color css

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

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

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

border-color css

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

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

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