Html Css Color HEX #13899D Eastern Blue

📋 copy color: '#13899D'

red 19 ◦ green 137 ◦ blue 157

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

Shades of Eastern Blue #13899D

Tints of Eastern Blue #13899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 6.07%
G = 43.77%
B = 50.16%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13899D (or 0x13899D) is known color: Eastern Blue. HEX triplet: 13, 89 and 9D. RGB value is (19,137,157). Sum of RGB (Red+Green+Blue) = 19+137+157=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #13899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13899D is #EC7662. Grayscale: #676767. Windows color (decimal): -15496803 or 10324243. OLE color: 10324243.

HSL color Cylindrical-coordinate representation of color #13899D: hue angle of 188.7º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13899D is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 137 157 -
CMYK 0.88 0.13 0 0.38
HSL 188.7º 0.78% 0.35% -
HSV(B) 188.7º 0.88% 0.62% -
XYZ 15.3 20.46 35.04 -
YUV 104 157.91 67.37 -
System Red Green Blue C M Y K H S L
Decimal 19 137 157 0.88 0.13 0 0.38 188.7 0.78 0.35
Hex 13 89 9D 58 D 0 26 BD 4E 23
Octal 23 211 235 130 15 0 46 275 116 43
Binary 10011 10001001 10011101 1011000 1101 0 100110 10111101 1001110 100011

Color Harmonies of #13899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13899D

Black with #13899D

Text Example


Text Example

White with #13899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13899D; }

 p { color: rgb(19,137,157); }

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

background-color css

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

 a { background-color: rgb(19,137,157); }

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

border-color css

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

 span { border-color: rgb(19,137,157); }

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