#13968E

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

Shades of Java #13968E

Tints of Java #13968E

Color information

#13968E (or 0x13968E) is unknown color: approx Java. HEX triplet: 13, 96 and 8E. RGB value is (19,150,142). Sum of RGB (Red+Green+Blue) = 19+150+142=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #13968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13968E is #EC6971. Grayscale: #6D6D6D. Windows color (decimal): -15493490 or 9344531. OLE color: 9344531.

HSL color Cylindrical-coordinate representation of color #13968E: hue angle of 176.34º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13968E is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB19150142-
CMYK0.8700.050.41
HSL176.34º77.51%33.14%-
HSV(B)176.34º87.33%58.82%-
XYZ16.0623.929.36-
YUV109.92146.163.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=6.11%
G=48.23%
B=45.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191501420.8700.050.41176.3477.5133.14
Hex13968E570529b04e21
Octal23226216127055126011641
Binary10011100101101000111010101110101101001101100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,150,142); }

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

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

 a { background-color: rgb(19,150,142); }

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

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

 span { border-color: rgb(19,150,142); }

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