Html Css Color HEX #138191 Eastern Blue

📋 copy color: '#138191'

red 19 ◦ green 129 ◦ blue 145

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

Shades of Eastern Blue #138191

Tints of Eastern Blue #138191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.49%

R = 6.48%
G = 44.03%
B = 49.49%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#138191 (or 0x138191) is known color: Eastern Blue. HEX triplet: 13, 81 and 91. RGB value is (19,129,145). Sum of RGB (Red+Green+Blue) = 19+129+145=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #138191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138191 is #EC7E6E. Grayscale: #616161. Windows color (decimal): -15498863 or 9535763. OLE color: 9535763.

HSL color Cylindrical-coordinate representation of color #138191: hue angle of 187.62º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138191 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 129 145 -
CMYK 0.87 0.11 0 0.43
HSL 187.62º 0.77% 0.32% -
HSV(B) 187.62º 0.87% 0.57% -
XYZ 13.23 17.88 29.54 -
YUV 97.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 19 129 145 0.87 0.11 0 0.43 187.62 0.77 0.32
Hex 13 81 91 57 B 0 2B BC 4D 20
Octal 23 201 221 127 13 0 53 274 115 40
Binary 10011 10000001 10010001 1010111 1011 0 101011 10111100 1001101 100000

Color Harmonies of #138191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138191

Black with #138191

Text Example


Text Example

White with #138191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138191; }

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

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

background-color css

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

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

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

border-color css

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

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

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