#13989C

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

Shades of Java #13989C

Tints of Java #13989C

Color information

#13989C (or 0x13989C) is unknown color: approx Java. HEX triplet: 13, 98 and 9C. RGB value is (19,152,156). Sum of RGB (Red+Green+Blue) = 19+152+156=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #13989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13989C is #EC6763. Grayscale: #707070. Windows color (decimal): -15492964 or 10262547. OLE color: 10262547.

HSL color Cylindrical-coordinate representation of color #13989C: hue angle of 181.75º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13989C is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB19152156-
CMYK0.880.0300.39
HSL181.75º78.29%34.31%-
HSV(B)181.75º87.82%61.18%-
XYZ17.52535.35-
YUV112.69152.4461.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=5.81%
G=46.48%
B=47.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191521560.880.0300.39181.7578.2934.31
Hex13989C583027b64e22
Octal23230234130304726611642
Binary1001110011000100111001011000110100111101101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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