Html Css Color HEX #138493 Eastern Blue

📋 copy color: '#138493'

red 19 ◦ green 132 ◦ blue 147

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

Shades of Eastern Blue #138493

Tints of Eastern Blue #138493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

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

R = 6.38%
G = 44.3%
B = 49.33%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138493 (or 0x138493) is known color: Eastern Blue. HEX triplet: 13, 84 and 93. RGB value is (19,132,147). Sum of RGB (Red+Green+Blue) = 19+132+147=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #138493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138493 is #EC7B6C. Grayscale: #636363. Windows color (decimal): -15498093 or 9667603. OLE color: 9667603.

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

Color convert

RGB 19 132 147 -
CMYK 0.87 0.10 0 0.42
HSL 187.03º 0.77% 0.33% -
HSV(B) 187.03º 0.87% 0.58% -
XYZ 13.79 18.75 30.5 -
YUV 99.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 19 132 147 0.87 0.10 0 0.42 187.03 0.77 0.33
Hex 13 84 93 57 A 0 2A BB 4D 21
Octal 23 204 223 127 12 0 52 273 115 41
Binary 10011 10000100 10010011 1010111 1010 0 101010 10111011 1001101 100001

Color Harmonies of #138493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138493

Black with #138493

Text Example


Text Example

White with #138493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138493; }

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

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

background-color css

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

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

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

border-color css

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

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

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