Html Css Color HEX #138393 Eastern Blue

📋 copy color: '#138393'

red 19 ◦ green 131 ◦ blue 147

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

Shades of Eastern Blue #138393

Tints of Eastern Blue #138393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 147 (57.81% from 255) = 49.49%

R = 6.4%
G = 44.11%
B = 49.49%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138393 (or 0x138393) is known color: Eastern Blue. HEX triplet: 13, 83 and 93. RGB value is (19,131,147). Sum of RGB (Red+Green+Blue) = 19+131+147=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #138393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138393 is #EC7C6C. Grayscale: #636363. Windows color (decimal): -15498349 or 9667347. OLE color: 9667347.

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

Color convert

RGB 19 131 147 -
CMYK 0.87 0.11 0 0.42
HSL 187.5º 0.77% 0.33% -
HSV(B) 187.5º 0.87% 0.58% -
XYZ 13.65 18.48 30.45 -
YUV 99.34 154.89 70.7 -
System Red Green Blue C M Y K H S L
Decimal 19 131 147 0.87 0.11 0 0.42 187.5 0.77 0.33
Hex 13 83 93 57 B 0 2A BC 4D 21
Octal 23 203 223 127 13 0 52 274 115 41
Binary 10011 10000011 10010011 1010111 1011 0 101010 10111100 1001101 100001

Color Harmonies of #138393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138393

Black with #138393

Text Example


Text Example

White with #138393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138393; }

 p { color: rgb(19,131,147); }

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

background-color css

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

 a { background-color: rgb(19,131,147); }

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

border-color css

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

 span { border-color: rgb(19,131,147); }

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