#1F858E

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

Shades of Java #1F858E

Tints of Java #1F858E

Color information

#1F858E (or 0x1F858E) is unknown color: approx Java. HEX triplet: 1F, 85 and 8E. RGB value is (31,133,142). Sum of RGB (Red+Green+Blue) = 31+133+142=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F858E is #E07A71. Grayscale: #676767. Windows color (decimal): -14711410 or 9340191. OLE color: 9340191.

HSL color Cylindrical-coordinate representation of color #1F858E: hue angle of 184.86º degrees, saturation: 0.64, 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 #1F858E is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB31133142-
CMYK0.780.0600.44
HSL184.86º64.16%33.92%-
HSV(B)184.86º78.17%55.69%-
XYZ13.8419.0228.53-
YUV103.53149.7176.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.13%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=10.13%
G=43.46%
B=46.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311331420.780.0600.44184.8664.1633.92
Hex1F858E4E602Cb94022
Octal37205216116605427110042
Binary11111100001011000111010011101100101100101110011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,142); }

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

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

 a { background-color: rgb(31,133,142); }

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

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

 span { border-color: rgb(31,133,142); }

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