#149095

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

Shades of Java #149095

Tints of Java #149095

Color information

#149095 (or 0x149095) is unknown color: approx Java. HEX triplet: 14, 90 and 95. RGB value is (20,144,149). Sum of RGB (Red+Green+Blue) = 20+144+149=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #149095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149095 is #EB6F6A. Grayscale: #6B6B6B. Windows color (decimal): -15429483 or 9801748. OLE color: 9801748.

HSL color Cylindrical-coordinate representation of color #149095: hue angle of 182.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149095 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20144149-
CMYK0.870.0300.42
HSL182.33º76.33%33.14%-
HSV(B)182.33º86.58%58.43%-
XYZ15.6922.2731.9-
YUV107.49151.4265.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=6.39%
G=46.01%
B=47.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201441490.870.0300.42182.3376.3333.14
Hex14909557302Ab64c21
Octal24220225127305226611441
Binary1010010010000100101011010111110101010101101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149095; }

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

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

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

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

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

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

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

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