#1F8392

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

Shades of Java #1F8392

Tints of Java #1F8392

Color information

#1F8392 (or 0x1F8392) is unknown color: approx Java. HEX triplet: 1F, 83 and 92. RGB value is (31,131,146). Sum of RGB (Red+Green+Blue) = 31+131+146=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F8392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8392 is #E07C6D. Grayscale: #666666. Windows color (decimal): -14711918 or 9601823. OLE color: 9601823.

HSL color Cylindrical-coordinate representation of color #1F8392: hue angle of 187.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F8392 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB31131146-
CMYK0.790.1000.43
HSL187.83º64.97%34.71%-
HSV(B)187.83º78.77%57.25%-
XYZ13.8718.630.05-
YUV102.81152.3776.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.06%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=10.06%
G=42.53%
B=47.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311311460.790.1000.43187.8364.9734.71
Hex1F83924FA02Bbc4123
Octal372032221171205327410143
Binary111111000001110010010100111110100101011101111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,146); }

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

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

 a { background-color: rgb(31,131,146); }

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

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

 span { border-color: rgb(31,131,146); }

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