#1F898C

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

Shades of Java #1F898C

Tints of Java #1F898C

Color information

#1F898C (or 0x1F898C) is unknown color: approx Java. HEX triplet: 1F, 89 and 8C. RGB value is (31,137,140). Sum of RGB (Red+Green+Blue) = 31+137+140=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F898C is #E07673. Grayscale: #696969. Windows color (decimal): -14710388 or 9210143. OLE color: 9210143.

HSL color Cylindrical-coordinate representation of color #1F898C: hue angle of 181.65º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F898C is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31137140-
CMYK0.780.0200.45
HSL181.65º63.74%33.53%-
HSV(B)181.65º77.86%54.9%-
XYZ14.2420.0827.94-
YUV105.65147.3874.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.06%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=10.06%
G=44.48%
B=45.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311371400.780.0200.45181.6563.7433.53
Hex1F898C4E202Db64022
Octal37211214116205526610042
Binary1111110001001100011001001110100101101101101101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,137,140); }

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

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

 a { background-color: rgb(31,137,140); }

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

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

 span { border-color: rgb(31,137,140); }

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