Html Css Color HEX #138899 Eastern Blue

📋 copy color: '#138899'

red 19 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #138899

Tints of Eastern Blue #138899

RGB

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

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

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

R = 6.17%
G = 44.16%
B = 49.68%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#138899 (or 0x138899) is known color: Eastern Blue. HEX triplet: 13, 88 and 99. RGB value is (19,136,153). Sum of RGB (Red+Green+Blue) = 19+136+153=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #138899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138899 is #EC7766. Grayscale: #666666. Windows color (decimal): -15497063 or 10061843. OLE color: 10061843.

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

Color convert

RGB 19 136 153 -
CMYK 0.88 0.11 0 0.4
HSL 187.61º 0.78% 0.34% -
HSV(B) 187.61º 0.88% 0.6% -
XYZ 14.82 20.05 33.23 -
YUV 102.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 19 136 153 0.88 0.11 0 0.4 187.61 0.78 0.34
Hex 13 88 99 58 B 0 28 BC 4E 22
Octal 23 210 231 130 13 0 50 274 116 42
Binary 10011 10001000 10011001 1011000 1011 0 101000 10111100 1001110 100010

Color Harmonies of #138899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138899

Black with #138899

Text Example


Text Example

White with #138899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138899; }

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

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

background-color css

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

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

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

border-color css

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

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

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