#149091

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

Shades of Java #149091

Tints of Java #149091

Color information

#149091 (or 0x149091) is unknown color: approx Java. HEX triplet: 14, 90 and 91. RGB value is (20,144,145). Sum of RGB (Red+Green+Blue) = 20+144+145=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #149091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149091 is #EB6F6E. Grayscale: #6A6A6A. Windows color (decimal): -15429487 or 9539604. OLE color: 9539604.

HSL color Cylindrical-coordinate representation of color #149091: hue angle of 180.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149091 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20144145-
CMYK0.860.0100.43
HSL180.48º75.76%32.35%-
HSV(B)180.48º86.21%56.86%-
XYZ15.3722.1430.25-
YUV107.04149.4265.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=6.47%
G=46.60%
B=46.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201441450.860.0100.43180.4875.7632.35
Hex14909156102Bb44c20
Octal24220221126105326411440
Binary101001001000010010001101011010101011101101001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149091; }

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

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

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

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

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

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

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

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