#14909E

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

Shades of Java #14909E

Tints of Java #14909E

Color information

#14909E (or 0x14909E) is unknown color: approx Java. HEX triplet: 14, 90 and 9E. RGB value is (20,144,158). Sum of RGB (Red+Green+Blue) = 20+144+158=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #14909E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909E is #EB6F61. Grayscale: #6C6C6C. Windows color (decimal): -15429474 or 10391572. OLE color: 10391572.

HSL color Cylindrical-coordinate representation of color #14909E: hue angle of 186.09º 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 #14909E is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20144158-
CMYK0.870.0900.38
HSL186.09º77.53%34.9%-
HSV(B)186.09º87.34%61.96%-
XYZ16.4322.5635.84-
YUV108.52155.9264.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=6.21%
G=44.72%
B=49.07%

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
Decimal201441580.870.0900.38186.0977.5334.9
Hex14909E579026ba4e23
Octal242202361271104627211643
Binary101001001000010011110101011110010100110101110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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