Html Css Color HEX #138197 Eastern Blue

📋 copy color: '#138197'

red 19 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #138197

Tints of Eastern Blue #138197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 6.35%
G = 43.14%
B = 50.5%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138197 (or 0x138197) is known color: Eastern Blue. HEX triplet: 13, 81 and 97. RGB value is (19,129,151). Sum of RGB (Red+Green+Blue) = 19+129+151=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #138197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138197 is #EC7E68. Grayscale: #626262. Windows color (decimal): -15498857 or 9928979. OLE color: 9928979.

HSL color Cylindrical-coordinate representation of color #138197: hue angle of 190º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138197 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 129 151 -
CMYK 0.87 0.15 0 0.41
HSL 190º 0.78% 0.33% -
HSV(B) 190º 0.87% 0.59% -
XYZ 13.7 18.07 32.04 -
YUV 98.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 19 129 151 0.87 0.15 0 0.41 190 0.78 0.33
Hex 13 81 97 57 F 0 29 BE 4E 21
Octal 23 201 227 127 17 0 51 276 116 41
Binary 10011 10000001 10010111 1010111 1111 0 101001 10111110 1001110 100001

Color Harmonies of #138197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138197

Black with #138197

Text Example


Text Example

White with #138197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138197; }

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

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

background-color css

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

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

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

border-color css

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

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

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