Html Css Color HEX #138394 Eastern Blue

📋 copy color: '#138394'

red 19 ◦ green 131 ◦ blue 148

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

Shades of Eastern Blue #138394

Tints of Eastern Blue #138394

RGB

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

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

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

R = 6.38%
G = 43.96%
B = 49.66%

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

#138394 (or 0x138394) is known color: Eastern Blue. HEX triplet: 13, 83 and 94. RGB value is (19,131,148). Sum of RGB (Red+Green+Blue) = 19+131+148=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #138394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138394 is #EC7C6B. Grayscale: #636363. Windows color (decimal): -15498348 or 9732883. OLE color: 9732883.

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

Color convert

RGB 19 131 148 -
CMYK 0.87 0.11 0 0.42
HSL 187.91º 0.77% 0.33% -
HSV(B) 187.91º 0.87% 0.58% -
XYZ 13.73 18.51 30.87 -
YUV 99.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 19 131 148 0.87 0.11 0 0.42 187.91 0.77 0.33
Hex 13 83 94 57 B 0 2A BC 4D 21
Octal 23 203 224 127 13 0 52 274 115 41
Binary 10011 10000011 10010100 1010111 1011 0 101010 10111100 1001101 100001

Color Harmonies of #138394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138394

Black with #138394

Text Example


Text Example

White with #138394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138394; }

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

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

background-color css

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

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

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

border-color css

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

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

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