Html Css Color HEX #138396 Eastern Blue

📋 copy color: '#138396'

red 19 ◦ green 131 ◦ blue 150

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

Shades of Eastern Blue #138396

Tints of Eastern Blue #138396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 6.33%
G = 43.67%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138396 (or 0x138396) is known color: Eastern Blue. HEX triplet: 13, 83 and 96. RGB value is (19,131,150). Sum of RGB (Red+Green+Blue) = 19+131+150=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #138396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138396 is #EC7C69. Grayscale: #636363. Windows color (decimal): -15498346 or 9863955. OLE color: 9863955.

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

Color convert

RGB 19 131 150 -
CMYK 0.87 0.13 0 0.41
HSL 188.7º 0.78% 0.33% -
HSV(B) 188.7º 0.87% 0.59% -
XYZ 13.89 18.57 31.71 -
YUV 99.68 156.39 70.46 -
System Red Green Blue C M Y K H S L
Decimal 19 131 150 0.87 0.13 0 0.41 188.7 0.78 0.33
Hex 13 83 96 57 D 0 29 BD 4E 21
Octal 23 203 226 127 15 0 51 275 116 41
Binary 10011 10000011 10010110 1010111 1101 0 101001 10111101 1001110 100001

Color Harmonies of #138396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138396

Black with #138396

Text Example


Text Example

White with #138396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138396; }

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

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

background-color css

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

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

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

border-color css

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

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

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