Html Css Color HEX #13889B Eastern Blue

📋 copy color: '#13889B'

red 19 ◦ green 136 ◦ blue 155

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

Shades of Eastern Blue #13889B

Tints of Eastern Blue #13889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

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

R = 6.13%
G = 43.87%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13889B (or 0x13889B) is known color: Eastern Blue. HEX triplet: 13, 88 and 9B. RGB value is (19,136,155). Sum of RGB (Red+Green+Blue) = 19+136+155=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #13889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13889B is #EC7764. Grayscale: #666666. Windows color (decimal): -15497061 or 10192915. OLE color: 10192915.

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

Color convert

RGB 19 136 155 -
CMYK 0.88 0.12 0 0.39
HSL 188.38º 0.78% 0.34% -
HSV(B) 188.38º 0.88% 0.61% -
XYZ 14.99 20.11 34.1 -
YUV 103.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 19 136 155 0.88 0.12 0 0.39 188.38 0.78 0.34
Hex 13 88 9B 58 C 0 27 BC 4E 22
Octal 23 210 233 130 14 0 47 274 116 42
Binary 10011 10001000 10011011 1011000 1100 0 100111 10111100 1001110 100010

Color Harmonies of #13889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13889B

Black with #13889B

Text Example


Text Example

White with #13889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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