Html Css Color HEX #138097 Eastern Blue

📋 copy color: '#138097'

red 19 ◦ green 128 ◦ blue 151

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

Shades of Eastern Blue #138097

Tints of Eastern Blue #138097

RGB

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

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

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

R = 6.38%
G = 42.95%
B = 50.67%

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

#138097 (or 0x138097) is known color: Eastern Blue. HEX triplet: 13, 80 and 97. RGB value is (19,128,151). Sum of RGB (Red+Green+Blue) = 19+128+151=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #138097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138097 is #EC7F68. Grayscale: #616161. Windows color (decimal): -15499113 or 9928723. OLE color: 9928723.

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

Color convert

RGB 19 128 151 -
CMYK 0.87 0.15 0 0.41
HSL 190.45º 0.78% 0.33% -
HSV(B) 190.45º 0.87% 0.59% -
XYZ 13.57 17.81 32 -
YUV 98.03 157.89 71.63 -
System Red Green Blue C M Y K H S L
Decimal 19 128 151 0.87 0.15 0 0.41 190.45 0.78 0.33
Hex 13 80 97 57 F 0 29 BE 4E 21
Octal 23 200 227 127 17 0 51 276 116 41
Binary 10011 10000000 10010111 1010111 1111 0 101001 10111110 1001110 100001

Color Harmonies of #138097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138097

Black with #138097

Text Example


Text Example

White with #138097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138097; }

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

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

background-color css

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

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

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

border-color css

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

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

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