#1F8490

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

Shades of Java #1F8490

Tints of Java #1F8490

Color information

#1F8490 (or 0x1F8490) is unknown color: approx Java. HEX triplet: 1F, 84 and 90. RGB value is (31,132,144). Sum of RGB (Red+Green+Blue) = 31+132+144=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F8490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8490 is #E07B6F. Grayscale: #676767. Windows color (decimal): -14711664 or 9471007. OLE color: 9471007.

HSL color Cylindrical-coordinate representation of color #1F8490: hue angle of 186.37º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8490 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB31132144-
CMYK0.780.0800.44
HSL186.37º64.57%34.31%-
HSV(B)186.37º78.47%56.47%-
XYZ13.8518.8129.29-
YUV103.17151.0476.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=10.10%
G=43.00%
B=46.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311321440.780.0800.44186.3764.5734.31
Hex1F84904E802Cba4122
Octal372042201161005427210142
Binary111111000010010010000100111010000101100101110101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8490; }

 p { color: rgb(31,132,144); }

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

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

 a { background-color: rgb(31,132,144); }

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

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

 span { border-color: rgb(31,132,144); }

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