Html Css Color HEX #13809D Eastern Blue

📋 copy color: '#13809D'

red 19 ◦ green 128 ◦ blue 157

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

Shades of Eastern Blue #13809D

Tints of Eastern Blue #13809D

RGB

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

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

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

R = 6.25%
G = 42.11%
B = 51.64%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13809D (or 0x13809D) is known color: Eastern Blue. HEX triplet: 13, 80 and 9D. RGB value is (19,128,157). Sum of RGB (Red+Green+Blue) = 19+128+157=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #13809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13809D is #EC7F62. Grayscale: #626262. Windows color (decimal): -15499107 or 10321939. OLE color: 10321939.

HSL color Cylindrical-coordinate representation of color #13809D: hue angle of 192.61º 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 #13809D is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 128 157 -
CMYK 0.88 0.18 0 0.38
HSL 192.61º 0.78% 0.35% -
HSV(B) 192.61º 0.88% 0.62% -
XYZ 14.07 18.01 34.63 -
YUV 98.72 160.89 71.14 -
System Red Green Blue C M Y K H S L
Decimal 19 128 157 0.88 0.18 0 0.38 192.61 0.78 0.35
Hex 13 80 9D 58 12 0 26 C1 4E 23
Octal 23 200 235 130 22 0 46 301 116 43
Binary 10011 10000000 10011101 1011000 10010 0 100110 11000001 1001110 100011

Color Harmonies of #13809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13809D

Black with #13809D

Text Example


Text Example

White with #13809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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