#1F9395

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

Shades of Java #1F9395

Tints of Java #1F9395

Color information

#1F9395 (or 0x1F9395) is unknown color: approx Java. HEX triplet: 1F, 93 and 95. RGB value is (31,147,149). Sum of RGB (Red+Green+Blue) = 31+147+149=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F9395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9395 is #E06C6A. Grayscale: #707070. Windows color (decimal): -14707819 or 9802527. OLE color: 9802527.

HSL color Cylindrical-coordinate representation of color #1F9395: hue angle of 181.02º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9395 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB31147149-
CMYK0.790.0100.42
HSL181.02º65.56%35.29%-
HSV(B)181.02º79.19%58.43%-
XYZ16.4223.3332.07-
YUV112.54148.5769.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.48%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=9.48%
G=44.95%
B=45.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311471490.790.0100.42181.0265.5635.29
Hex1F93954F102Ab54223
Octal37223225117105226510243
Binary111111001001110010101100111110101010101101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,147,149); }

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

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

 a { background-color: rgb(31,147,149); }

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

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

 span { border-color: rgb(31,147,149); }

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