Html Css Color HEX #138091 Eastern Blue

📋 copy color: '#138091'

red 19 ◦ green 128 ◦ blue 145

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

Shades of Eastern Blue #138091

Tints of Eastern Blue #138091

RGB

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

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

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

R = 6.51%
G = 43.84%
B = 49.66%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#138091 (or 0x138091) is known color: Eastern Blue. HEX triplet: 13, 80 and 91. RGB value is (19,128,145). Sum of RGB (Red+Green+Blue) = 19+128+145=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #138091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138091 is #EC7F6E. Grayscale: #616161. Windows color (decimal): -15499119 or 9535507. OLE color: 9535507.

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

Color convert

RGB 19 128 145 -
CMYK 0.87 0.12 0 0.43
HSL 188.1º 0.77% 0.32% -
HSV(B) 188.1º 0.87% 0.57% -
XYZ 13.1 17.62 29.5 -
YUV 97.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 19 128 145 0.87 0.12 0 0.43 188.1 0.77 0.32
Hex 13 80 91 57 C 0 2B BC 4D 20
Octal 23 200 221 127 14 0 53 274 115 40
Binary 10011 10000000 10010001 1010111 1100 0 101011 10111100 1001101 100000

Color Harmonies of #138091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138091

Black with #138091

Text Example


Text Example

White with #138091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138091; }

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

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

background-color css

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

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

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

border-color css

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

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

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