Html Css Color HEX #138897 Eastern Blue

📋 copy color: '#138897'

red 19 ◦ green 136 ◦ blue 151

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

Shades of Eastern Blue #138897

Tints of Eastern Blue #138897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 6.21%
G = 44.44%
B = 49.35%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138897 (or 0x138897) is known color: Eastern Blue. HEX triplet: 13, 88 and 97. RGB value is (19,136,151). Sum of RGB (Red+Green+Blue) = 19+136+151=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #138897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138897 is #EC7768. Grayscale: #666666. Windows color (decimal): -15497065 or 9930771. OLE color: 9930771.

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

Color convert

RGB 19 136 151 -
CMYK 0.87 0.10 0 0.41
HSL 186.82º 0.78% 0.33% -
HSV(B) 186.82º 0.87% 0.59% -
XYZ 14.66 19.98 32.36 -
YUV 102.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 19 136 151 0.87 0.10 0 0.41 186.82 0.78 0.33
Hex 13 88 97 57 A 0 29 BB 4E 21
Octal 23 210 227 127 12 0 51 273 116 41
Binary 10011 10001000 10010111 1010111 1010 0 101001 10111011 1001110 100001

Color Harmonies of #138897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138897

Black with #138897

Text Example


Text Example

White with #138897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138897; }

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

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

background-color css

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

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

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

border-color css

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

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

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