Html Css Color HEX #138694 Eastern Blue

📋 copy color: '#138694'

red 19 ◦ green 134 ◦ blue 148

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

Shades of Eastern Blue #138694

Tints of Eastern Blue #138694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

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

R = 6.31%
G = 44.52%
B = 49.17%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138694 (or 0x138694) is known color: Eastern Blue. HEX triplet: 13, 86 and 94. RGB value is (19,134,148). Sum of RGB (Red+Green+Blue) = 19+134+148=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #138694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138694 is #EC796B. Grayscale: #656565. Windows color (decimal): -15497580 or 9733651. OLE color: 9733651.

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

Color convert

RGB 19 134 148 -
CMYK 0.87 0.09 0 0.42
HSL 186.51º 0.77% 0.33% -
HSV(B) 186.51º 0.87% 0.58% -
XYZ 14.14 19.33 31 -
YUV 101.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 19 134 148 0.87 0.09 0 0.42 186.51 0.77 0.33
Hex 13 86 94 57 9 0 2A BB 4D 21
Octal 23 206 224 127 11 0 52 273 115 41
Binary 10011 10000110 10010100 1010111 1001 0 101010 10111011 1001101 100001

Color Harmonies of #138694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138694

Black with #138694

Text Example


Text Example

White with #138694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138694; }

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

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

background-color css

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

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

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

border-color css

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

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

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