Html Css Color HEX #138195 Eastern Blue

📋 copy color: '#138195'

red 19 ◦ green 129 ◦ blue 149

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

Shades of Eastern Blue #138195

Tints of Eastern Blue #138195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 6.4%
G = 43.43%
B = 50.17%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138195 (or 0x138195) is known color: Eastern Blue. HEX triplet: 13, 81 and 95. RGB value is (19,129,149). Sum of RGB (Red+Green+Blue) = 19+129+149=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #138195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138195 is #EC7E6A. Grayscale: #626262. Windows color (decimal): -15498859 or 9797907. OLE color: 9797907.

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

Color convert

RGB 19 129 149 -
CMYK 0.87 0.13 0 0.42
HSL 189.23º 0.77% 0.33% -
HSV(B) 189.23º 0.87% 0.58% -
XYZ 13.54 18.01 31.2 -
YUV 98.39 156.56 71.37 -
System Red Green Blue C M Y K H S L
Decimal 19 129 149 0.87 0.13 0 0.42 189.23 0.77 0.33
Hex 13 81 95 57 D 0 2A BD 4D 21
Octal 23 201 225 127 15 0 52 275 115 41
Binary 10011 10000001 10010101 1010111 1101 0 101010 10111101 1001101 100001

Color Harmonies of #138195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138195

Black with #138195

Text Example


Text Example

White with #138195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138195; }

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

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

background-color css

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

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

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

border-color css

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

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

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