#13969D

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

Shades of Java #13969D

Tints of Java #13969D

Color information

#13969D (or 0x13969D) is unknown color: approx Java. HEX triplet: 13, 96 and 9D. RGB value is (19,150,157). Sum of RGB (Red+Green+Blue) = 19+150+157=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #13969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13969D is #EC6962. Grayscale: #6F6F6F. Windows color (decimal): -15493475 or 10327571. OLE color: 10327571.

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

Color convert

RGB19150157-
CMYK0.880.0400.38
HSL183.04º78.41%34.51%-
HSV(B)183.04º87.9%61.57%-
XYZ17.2624.3935.7-
YUV111.63153.661.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.83%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=5.83%
G=46.01%
B=48.16%

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
Decimal191501570.880.0400.38183.0478.4134.51
Hex13969D584026b74e23
Octal23226235130404626711643
Binary10011100101101001110110110001000100110101101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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