Html Css Color HEX #138895 Eastern Blue

📋 copy color: '#138895'

red 19 ◦ green 136 ◦ blue 149

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

Shades of Eastern Blue #138895

Tints of Eastern Blue #138895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 6.25%
G = 44.74%
B = 49.01%

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

#138895 (or 0x138895) is known color: Eastern Blue. HEX triplet: 13, 88 and 95. RGB value is (19,136,149). Sum of RGB (Red+Green+Blue) = 19+136+149=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #138895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138895 is #EC776A. Grayscale: #666666. Windows color (decimal): -15497067 or 9799699. OLE color: 9799699.

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

Color convert

RGB 19 136 149 -
CMYK 0.87 0.09 0 0.42
HSL 186º 0.77% 0.33% -
HSV(B) 186º 0.87% 0.58% -
XYZ 14.5 19.92 31.51 -
YUV 102.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 19 136 149 0.87 0.09 0 0.42 186 0.77 0.33
Hex 13 88 95 57 9 0 2A BA 4D 21
Octal 23 210 225 127 11 0 52 272 115 41
Binary 10011 10001000 10010101 1010111 1001 0 101010 10111010 1001101 100001

Color Harmonies of #138895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138895

Black with #138895

Text Example


Text Example

White with #138895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138895; }

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

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

background-color css

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

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

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

border-color css

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

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

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