#13979E

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

Shades of Java #13979E

Tints of Java #13979E

Color information

#13979E (or 0x13979E) is unknown color: approx Java. HEX triplet: 13, 97 and 9E. RGB value is (19,151,158). Sum of RGB (Red+Green+Blue) = 19+151+158=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #13979E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13979E is #EC6861. Grayscale: #707070. Windows color (decimal): -15493218 or 10393363. OLE color: 10393363.

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

Color convert

RGB19151158-
CMYK0.880.0400.38
HSL183.02º78.53%34.71%-
HSV(B)183.02º87.97%61.96%-
XYZ17.5124.7436.2-
YUV112.33153.7761.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.79%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=5.79%
G=46.04%
B=48.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191511580.880.0400.38183.0278.5334.71
Hex13979E584026b74f23
Octal23227236130404626711743
Binary10011100101111001111010110001000100110101101111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13979E; }

 p { color: rgb(19,151,158); }

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

<style>
 a { background-color: #13979E; }

 a { background-color: rgb(19,151,158); }

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

<style>
 span { border-color: #13979E; }

 span { border-color: rgb(19,151,158); }

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