Html Css Color HEX #13879B Eastern Blue

📋 copy color: '#13879B'

red 19 ◦ green 135 ◦ blue 155

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

Shades of Eastern Blue #13879B

Tints of Eastern Blue #13879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.69%

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 6.15%
G = 43.69%
B = 50.16%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13879B (or 0x13879B) is known color: Eastern Blue. HEX triplet: 13, 87 and 9B. RGB value is (19,135,155). Sum of RGB (Red+Green+Blue) = 19+135+155=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #13879B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13879B is #EC7864. Grayscale: #666666. Windows color (decimal): -15497317 or 10192659. OLE color: 10192659.

HSL color Cylindrical-coordinate representation of color #13879B: hue angle of 188.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13879B is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 135 155 -
CMYK 0.88 0.13 0 0.39
HSL 188.82º 0.78% 0.34% -
HSV(B) 188.82º 0.88% 0.61% -
XYZ 14.85 19.83 34.06 -
YUV 102.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 19 135 155 0.88 0.13 0 0.39 188.82 0.78 0.34
Hex 13 87 9B 58 D 0 27 BD 4E 22
Octal 23 207 233 130 15 0 47 275 116 42
Binary 10011 10000111 10011011 1011000 1101 0 100111 10111101 1001110 100010

Color Harmonies of #13879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13879B

Black with #13879B

Text Example


Text Example

White with #13879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13879B; }

 p { color: rgb(19,135,155); }

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

background-color css

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

 a { background-color: rgb(19,135,155); }

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

border-color css

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

 span { border-color: rgb(19,135,155); }

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