#13969A

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

Shades of Java #13969A

Tints of Java #13969A

Color information

#13969A (or 0x13969A) is unknown color: approx Java. HEX triplet: 13, 96 and 9A. RGB value is (19,150,154). Sum of RGB (Red+Green+Blue) = 19+150+154=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #13969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13969A is #EC6965. Grayscale: #6F6F6F. Windows color (decimal): -15493478 or 10130963. OLE color: 10130963.

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

Color convert

RGB19150154-
CMYK0.880.0300.40
HSL181.78º78.03%33.92%-
HSV(B)181.78º87.66%60.39%-
XYZ17.0124.2834.36-
YUV111.29152.162.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=5.88%
G=46.44%
B=47.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal191501540.880.0300.40181.7878.0333.92
Hex13969A583028b64e22
Octal23226232130305026611642
Binary1001110010110100110101011000110101000101101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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