#13839F

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

Shades of Eastern Blue #13839F

Tints of Eastern Blue #13839F

Color information

#13839F (or 0x13839F) is unknown color: approx Eastern Blue. HEX triplet: 13, 83 and 9F. RGB value is (19,131,159). Sum of RGB (Red+Green+Blue) = 19+131+159=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #13839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13839F is #EC7C60. Grayscale: #646464. Windows color (decimal): -15498337 or 10453779. OLE color: 10453779.

HSL color Cylindrical-coordinate representation of color #13839F: hue angle of 192º degrees, saturation: 0.79, 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 #13839F is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19131159-
CMYK0.880.1800.38
HSL192º78.65%34.9%-
HSV(B)192º88.05%62.35%-
XYZ14.6418.8735.67-
YUV100.7160.8969.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=6.15%
G=42.39%
B=51.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191311590.880.1800.3819278.6534.9
Hex13839F5812026c04f23
Octal232032371302204630011743
Binary1001110000011100111111011000100100100110110000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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