Html Css Color HEX #138496 Eastern Blue

📋 copy color: '#138496'

red 19 ◦ green 132 ◦ blue 150

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

Shades of Eastern Blue #138496

Tints of Eastern Blue #138496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 6.31%
G = 43.85%
B = 49.83%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138496 (or 0x138496) is known color: Eastern Blue. HEX triplet: 13, 84 and 96. RGB value is (19,132,150). Sum of RGB (Red+Green+Blue) = 19+132+150=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #138496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138496 is #EC7B69. Grayscale: #646464. Windows color (decimal): -15498090 or 9864211. OLE color: 9864211.

HSL color Cylindrical-coordinate representation of color #138496: hue angle of 188.24º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138496 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 132 150 -
CMYK 0.87 0.12 0 0.41
HSL 188.24º 0.78% 0.33% -
HSV(B) 188.24º 0.87% 0.59% -
XYZ 14.02 18.84 31.75 -
YUV 100.27 156.06 70.04 -
System Red Green Blue C M Y K H S L
Decimal 19 132 150 0.87 0.12 0 0.41 188.24 0.78 0.33
Hex 13 84 96 57 C 0 29 BC 4E 21
Octal 23 204 226 127 14 0 51 274 116 41
Binary 10011 10000100 10010110 1010111 1100 0 101001 10111100 1001110 100001

Color Harmonies of #138496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138496

Black with #138496

Text Example


Text Example

White with #138496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138496; }

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

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

background-color css

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

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

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

border-color css

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

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

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