#14909F

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

Shades of Java #14909F

Tints of Java #14909F

Color information

#14909F (or 0x14909F) is unknown color: approx Java. HEX triplet: 14, 90 and 9F. RGB value is (20,144,159). Sum of RGB (Red+Green+Blue) = 20+144+159=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #14909F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909F is #EB6F60. Grayscale: #6C6C6C. Windows color (decimal): -15429473 or 10457108. OLE color: 10457108.

HSL color Cylindrical-coordinate representation of color #14909F: hue angle of 186.47º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14909F is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20144159-
CMYK0.870.0900.38
HSL186.47º77.65%35.1%-
HSV(B)186.47º87.42%62.35%-
XYZ16.5222.636.29-
YUV108.63156.4264.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 159 (62.5% from 255) = 49.23%
R=6.19%
G=44.58%
B=49.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201441590.870.0900.38186.4777.6535.1
Hex14909F579026ba4e23
Octal242202371271104627211643
Binary101001001000010011111101011110010100110101110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14909F; }

 p { color: rgb(20,144,159); }

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

<style>
 a { background-color: #14909F; }

 a { background-color: rgb(20,144,159); }

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

<style>
 span { border-color: #14909F; }

 span { border-color: rgb(20,144,159); }

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