Html Css Color HEX #138593 Eastern Blue

📋 copy color: '#138593'

red 19 ◦ green 133 ◦ blue 147

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

Shades of Eastern Blue #138593

Tints of Eastern Blue #138593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

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

R = 6.35%
G = 44.48%
B = 49.16%

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

#138593 (or 0x138593) is known color: Eastern Blue. HEX triplet: 13, 85 and 93. RGB value is (19,133,147). Sum of RGB (Red+Green+Blue) = 19+133+147=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #138593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138593 is #EC7A6C. Grayscale: #646464. Windows color (decimal): -15497837 or 9667859. OLE color: 9667859.

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

Color convert

RGB 19 133 147 -
CMYK 0.87 0.10 0 0.42
HSL 186.56º 0.77% 0.33% -
HSV(B) 186.56º 0.87% 0.58% -
XYZ 13.92 19.02 30.54 -
YUV 100.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 19 133 147 0.87 0.10 0 0.42 186.56 0.77 0.33
Hex 13 85 93 57 A 0 2A BB 4D 21
Octal 23 205 223 127 12 0 52 273 115 41
Binary 10011 10000101 10010011 1010111 1010 0 101010 10111011 1001101 100001

Color Harmonies of #138593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138593

Black with #138593

Text Example


Text Example

White with #138593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138593; }

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

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

background-color css

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

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

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

border-color css

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

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

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