#13989D

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

Shades of Java #13989D

Tints of Java #13989D

Color information

#13989D (or 0x13989D) is unknown color: approx Java. HEX triplet: 13, 98 and 9D. RGB value is (19,152,157). Sum of RGB (Red+Green+Blue) = 19+152+157=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #13989D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13989D is #EC6762. Grayscale: #707070. Windows color (decimal): -15492963 or 10328083. OLE color: 10328083.

HSL color Cylindrical-coordinate representation of color #13989D: hue angle of 182.17º degrees, saturation: 0.78, 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 #13989D is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB19152157-
CMYK0.880.0300.38
HSL182.17º78.41%34.51%-
HSV(B)182.17º87.9%61.57%-
XYZ17.5825.0335.8-
YUV112.8152.9461.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.79%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=5.79%
G=46.34%
B=47.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191521570.880.0300.38182.1778.4134.51
Hex13989D583026b64e23
Octal23230235130304626611643
Binary1001110011000100111011011000110100110101101101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13989D; }

 p { color: rgb(19,152,157); }

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

<style>
 a { background-color: #13989D; }

 a { background-color: rgb(19,152,157); }

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

<style>
 span { border-color: #13989D; }

 span { border-color: rgb(19,152,157); }

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