Html Css Color HEX #138399 Eastern Blue

📋 copy color: '#138399'

red 19 ◦ green 131 ◦ blue 153

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

Shades of Eastern Blue #138399

Tints of Eastern Blue #138399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 6.27%
G = 43.23%
B = 50.5%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#138399 (or 0x138399) is known color: Eastern Blue. HEX triplet: 13, 83 and 99. RGB value is (19,131,153). Sum of RGB (Red+Green+Blue) = 19+131+153=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #138399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138399 is #EC7C66. Grayscale: #636363. Windows color (decimal): -15498343 or 10060563. OLE color: 10060563.

HSL color Cylindrical-coordinate representation of color #138399: hue angle of 189.85º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138399 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 131 153 -
CMYK 0.88 0.14 0 0.4
HSL 189.85º 0.78% 0.34% -
HSV(B) 189.85º 0.88% 0.6% -
XYZ 14.13 18.67 33 -
YUV 100.02 157.89 70.21 -
System Red Green Blue C M Y K H S L
Decimal 19 131 153 0.88 0.14 0 0.4 189.85 0.78 0.34
Hex 13 83 99 58 E 0 28 BE 4E 22
Octal 23 203 231 130 16 0 50 276 116 42
Binary 10011 10000011 10011001 1011000 1110 0 101000 10111110 1001110 100010

Color Harmonies of #138399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138399

Black with #138399

Text Example


Text Example

White with #138399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138399; }

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

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

background-color css

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

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

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

border-color css

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

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

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