#1F868E

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

Shades of Java #1F868E

Tints of Java #1F868E

Color information

#1F868E (or 0x1F868E) is unknown color: approx Java. HEX triplet: 1F, 86 and 8E. RGB value is (31,134,142). Sum of RGB (Red+Green+Blue) = 31+134+142=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F868E is #E07971. Grayscale: #676767. Windows color (decimal): -14711154 or 9340447. OLE color: 9340447.

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

Color convert

RGB31134142-
CMYK0.780.0600.44
HSL184.32º64.16%33.92%-
HSV(B)184.32º78.17%55.69%-
XYZ13.9719.2928.58-
YUV104.12149.3875.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=10.10%
G=43.65%
B=46.25%

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
Decimal311341420.780.0600.44184.3264.1633.92
Hex1F868E4E602Cb84022
Octal37206216116605427010042
Binary11111100001101000111010011101100101100101110001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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