Html Css Color HEX #13869D Eastern Blue

📋 copy color: '#13869D'

red 19 ◦ green 134 ◦ blue 157

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

Shades of Eastern Blue #13869D

Tints of Eastern Blue #13869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

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

R = 6.13%
G = 43.23%
B = 50.65%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13869D (or 0x13869D) is known color: Eastern Blue. HEX triplet: 13, 86 and 9D. RGB value is (19,134,157). Sum of RGB (Red+Green+Blue) = 19+134+157=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #13869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13869D is #EC7962. Grayscale: #666666. Windows color (decimal): -15497571 or 10323475. OLE color: 10323475.

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

Color convert

RGB 19 134 157 -
CMYK 0.88 0.15 0 0.38
HSL 190º 0.78% 0.35% -
HSV(B) 190º 0.88% 0.62% -
XYZ 14.88 19.62 34.9 -
YUV 102.24 158.9 68.63 -
System Red Green Blue C M Y K H S L
Decimal 19 134 157 0.88 0.15 0 0.38 190 0.78 0.35
Hex 13 86 9D 58 F 0 26 BE 4E 23
Octal 23 206 235 130 17 0 46 276 116 43
Binary 10011 10000110 10011101 1011000 1111 0 100110 10111110 1001110 100011

Color Harmonies of #13869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13869D

Black with #13869D

Text Example


Text Example

White with #13869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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