#13899B

Color #13899B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #13899B

Tints of Eastern Blue #13899B

Color information

#13899B (or 0x13899B) is unknown color: approx Eastern Blue. HEX triplet: 13, 89 and 9B. RGB value is (19,137,155). Sum of RGB (Red+Green+Blue) = 19+137+155=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #13899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13899B is #EC7664. Grayscale: #676767. Windows color (decimal): -15496805 or 10193171. OLE color: 10193171.

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

Color convert

RGB19137155-
CMYK0.880.1200.39
HSL187.94º78.16%34.12%-
HSV(B)187.94º87.74%60.78%-
XYZ15.1320.434.15-
YUV103.77156.9167.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=6.11%
G=44.05%
B=49.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191371550.880.1200.39187.9478.1634.12
Hex13899B58C027bc4e22
Octal232112331301404727411642
Binary100111000100110011011101100011000100111101111001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13899B;
 }
 .AnyTagClassName
 {
   color: #13899B;
 }
</style>
background-color css

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

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

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

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

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

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