Html Css Color HEX #138096 Eastern Blue

📋 copy color: '#138096'

red 19 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #138096

Tints of Eastern Blue #138096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 6.4%
G = 43.1%
B = 50.51%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138096 (or 0x138096) is known color: Eastern Blue. HEX triplet: 13, 80 and 96. RGB value is (19,128,150). Sum of RGB (Red+Green+Blue) = 19+128+150=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #138096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138096 is #EC7F69. Grayscale: #616161. Windows color (decimal): -15499114 or 9863187. OLE color: 9863187.

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

Color convert

RGB 19 128 150 -
CMYK 0.87 0.15 0 0.41
HSL 190.08º 0.78% 0.33% -
HSV(B) 190.08º 0.87% 0.59% -
XYZ 13.49 17.78 31.57 -
YUV 97.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 19 128 150 0.87 0.15 0 0.41 190.08 0.78 0.33
Hex 13 80 96 57 F 0 29 BE 4E 21
Octal 23 200 226 127 17 0 51 276 116 41
Binary 10011 10000000 10010110 1010111 1111 0 101001 10111110 1001110 100001

Color Harmonies of #138096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138096

Black with #138096

Text Example


Text Example

White with #138096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138096; }

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

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

background-color css

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

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

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

border-color css

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

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

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