Html Css Color HEX #138495 Eastern Blue

📋 copy color: '#138495'

red 19 ◦ green 132 ◦ blue 149

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

Shades of Eastern Blue #138495

Tints of Eastern Blue #138495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 6.33%
G = 44%
B = 49.67%

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

#138495 (or 0x138495) is known color: Eastern Blue. HEX triplet: 13, 84 and 95. RGB value is (19,132,149). Sum of RGB (Red+Green+Blue) = 19+132+149=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #138495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138495 is #EC7B6A. Grayscale: #636363. Windows color (decimal): -15498091 or 9798675. OLE color: 9798675.

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

Color convert

RGB 19 132 149 -
CMYK 0.87 0.11 0 0.42
HSL 187.85º 0.77% 0.33% -
HSV(B) 187.85º 0.87% 0.58% -
XYZ 13.94 18.81 31.33 -
YUV 100.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 19 132 149 0.87 0.11 0 0.42 187.85 0.77 0.33
Hex 13 84 95 57 B 0 2A BC 4D 21
Octal 23 204 225 127 13 0 52 274 115 41
Binary 10011 10000100 10010101 1010111 1011 0 101010 10111100 1001101 100001

Color Harmonies of #138495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138495

Black with #138495

Text Example


Text Example

White with #138495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138495; }

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

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

background-color css

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

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

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

border-color css

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

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

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