Html Css Color HEX #13839B Eastern Blue

📋 copy color: '#13839B'

red 19 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #13839B

Tints of Eastern Blue #13839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

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

R = 6.23%
G = 42.95%
B = 50.82%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13839B (or 0x13839B) is known color: Eastern Blue. HEX triplet: 13, 83 and 9B. RGB value is (19,131,155). Sum of RGB (Red+Green+Blue) = 19+131+155=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #13839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13839B is #EC7C64. Grayscale: #646464. Windows color (decimal): -15498341 or 10191635. OLE color: 10191635.

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

Color convert

RGB 19 131 155 -
CMYK 0.88 0.15 0 0.39
HSL 190.59º 0.78% 0.34% -
HSV(B) 190.59º 0.88% 0.61% -
XYZ 14.3 18.74 33.87 -
YUV 100.25 158.89 70.05 -
System Red Green Blue C M Y K H S L
Decimal 19 131 155 0.88 0.15 0 0.39 190.59 0.78 0.34
Hex 13 83 9B 58 F 0 27 BF 4E 22
Octal 23 203 233 130 17 0 47 277 116 42
Binary 10011 10000011 10011011 1011000 1111 0 100111 10111111 1001110 100010

Color Harmonies of #13839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13839B

Black with #13839B

Text Example


Text Example

White with #13839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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