Html Css Color HEX #138594 Eastern Blue

📋 copy color: '#138594'

red 19 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #138594

Tints of Eastern Blue #138594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.33%

R = 6.33%
G = 44.33%
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

#138594 (or 0x138594) is known color: Eastern Blue. HEX triplet: 13, 85 and 94. RGB value is (19,133,148). Sum of RGB (Red+Green+Blue) = 19+133+148=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #138594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138594 is #EC7A6B. Grayscale: #646464. Windows color (decimal): -15497836 or 9733395. OLE color: 9733395.

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

Color convert

RGB 19 133 148 -
CMYK 0.87 0.10 0 0.42
HSL 186.98º 0.77% 0.33% -
HSV(B) 186.98º 0.87% 0.58% -
XYZ 14 19.05 30.96 -
YUV 100.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 19 133 148 0.87 0.10 0 0.42 186.98 0.77 0.33
Hex 13 85 94 57 A 0 2A BB 4D 21
Octal 23 205 224 127 12 0 52 273 115 41
Binary 10011 10000101 10010100 1010111 1010 0 101010 10111011 1001101 100001

Color Harmonies of #138594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138594

Black with #138594

Text Example


Text Example

White with #138594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138594; }

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

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

background-color css

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

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

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

border-color css

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

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

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