#13939f

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

Shades of Java #13939F

Tints of Java #13939F

Color information

#13939F (or 0x13939F) is unknown color: approx Java. HEX triplet: 13, 93 and 9F. RGB value is (19,147,159). Sum of RGB (Red+Green+Blue) = 19+147+159=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #13939F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13939F is #EC6C60. Grayscale: #6D6D6D. Windows color (decimal): -15494241 or 10457875. OLE color: 10457875.

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

Color convert

RGB19147159-
CMYK0.880.0800.38
HSL185.14º78.65%34.9%-
HSV(B)185.14º88.05%62.35%-
XYZ16.9623.5136.44-
YUV110.1155.5963.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.85%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=5.85%
G=45.23%
B=48.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191471590.880.0800.38185.1478.6534.9
Hex13939F588026b94f23
Octal232232371301004627111743
Binary100111001001110011111101100010000100110101110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13939f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13939f; }

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

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

<style>
 a { background-color: #13939f; }

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

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

<style>
 span { border-color: #13939f; }

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

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