#1F878B

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

Shades of Java #1F878B

Tints of Java #1F878B

Color information

#1F878B (or 0x1F878B) is unknown color: approx Java. HEX triplet: 1F, 87 and 8B. RGB value is (31,135,139). Sum of RGB (Red+Green+Blue) = 31+135+139=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F878B is #E07874. Grayscale: #686868. Windows color (decimal): -14710901 or 9144095. OLE color: 9144095.

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

Color convert

RGB31135139-
CMYK0.780.0300.45
HSL182.22º63.53%33.33%-
HSV(B)182.22º77.7%54.51%-
XYZ13.8919.4827.45-
YUV104.36147.5475.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.16%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=10.16%
G=44.26%
B=45.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311351390.780.0300.45182.2263.5333.33
Hex1F878B4E302Db64021
Octal37207213116305526610041
Binary1111110000111100010111001110110101101101101101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,135,139); }

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

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

 a { background-color: rgb(31,135,139); }

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

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

 span { border-color: rgb(31,135,139); }

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